Hello,<br>
I&#39;m trying to learn how can I reconnect consumers and suppliers when Notify Service, consumers or suppliers, shutdown<br>
<br>
I read some docs and test the reconnecting test ../orbsvcs/tests/Notify/Reconnecting<br>
<br>
When I look reconnecting code I understand that saving information about channels ID, etc, make possible the reconnection.<br>
<br>
I look that the first of consumer or supplier that connect create the channel using <br>
&nbsp;&nbsp; ec_ = this-&gt;ecf_-&gt;create_channel (&nbsp;&nbsp; qosprops,&nbsp;&nbsp; adminprops,&nbsp;&nbsp; this-&gt;ec_id_);<br>
this function return ChannelID used in a reconnection process.<br>
<br>
However the only way that I found to obtain the channelID&nbsp; is&nbsp; this&nbsp;
function. It means that only the entity that create channel, knows&nbsp;
ChannelID.<br>
<br>
Exist another way to obtain the channelID, from consumers and suppliers?<br>
<br>
Some kind of function that I pass Channel Name and returns de ChannelID in some way.<br>
<br>
If this function exist, I don&#39;t need to synchronize network files for make the reconnection, like reconnection test..<br>
&nbsp;<br>
Thanks for all<br>
GS.<br>
<br>
<br>
<br>
<br>
<br>