0 Replies Latest reply on Jun 23, 2004 11:11 AM by akadom

    Durable topic

    akadom

      Hello everybody,

      I have a problem with setting up a connection with a durable subscription to a Topic...

      I have already a running application that publishes/subscribes a NON durable subscrition to a topic and it works fine...Once I try to make the subscription durable (by changing the .xml config files of JBoss as stated in the doc) and then make sure there is one and only one process that will try to create a durable suscription, it gives me the following error:

      "The connection has already a clientID"
      (Error given after the call to the method :
      topicConnection.setClientID(clientId);

      I am sure there is no other clients connected!!!

      Please help
      Thanks
      Akadom