« Return to Thread: Connected application hangs if the router instace is halted

Re: Connected application hangs if the router instace is halted

by IIT Software :: Rate this Message:

Reply to Author | View in Thread

It tries to reconnect internally and transparently because transparent reconnect is enabled by default. Look here.

If you don't want transparent reconnect, you must disable it in the connection factory you use from your app. Example:

          <connection-factory name="QueueConnectionFactory" reconnect-enabled="false"/>


 « Return to Thread: Connected application hangs if the router instace is halted