5 Replies Latest reply on Aug 30, 2003 11:15 AM by adrian.brock

    Connecting clients to DurSubs

    hergaty

      After a lot experiences with Durable Subscriptions I have one question which answer could solve all my problems with it.

      My major problem is that if my swing-clients internet connection brokes or the application crashes its connection to a durable topic on my JBoss will not be disconnected cleanly. Then I restart the client and the connection to the durable topic fails with:
      "The login id has an assigned client id. That client id is already connected to the server!".

      Can I patch JBoss in any way that it follows this behavior:
      If a client connects with an existing clientID, cut the old connection and give it to the new client.

      Thanks for any advice,
      Thomas