0 Replies Latest reply on Jul 4, 2002 3:05 AM by christianschneider

    Creating a durable connection in JBoss3.0

    christianschneider

      Hi,
      i have trouble using the the testDurableTopic in JBoss3.0. Everytime i deploy a MDB that wants to connect to the topic i get the following error:

      10:22:36,091 WARN [JMSContainerInvoker] JMS provider failure detected:
      javax.jms.JMSSecurityException: Connection not authorized to do durable subscription on topic: testDurableTopic

      Does anyone know where i have to do the authorization? I tried to add the authorization in jboss.xml like this :
      <mdb-user>john</mdb-user>
      <mdb-passwd>needle</mdb-passwd>
      <mdb-subscriber-id>DurableSubscriberExample</mdb-subscriber-id>
      but it shows no effect.

      Do i have to change jbossmq-state.xml?


      Another question is how to configure a new topic or queue especially the security options in jbossmq-destinations-service.xml.

      Thanks for any help
      Chris