0 Replies Latest reply on Aug 24, 2006 2:04 AM by ssen

    Secure Messaging - can't use same user on MDB and client con

    ssen

      One issue I am observing when we use secure messageing in jboss is as follows.

      Associate a role (e.g. foo) with a queue.
      Associate a user with that role (e.g. john) with the mdb that is listening to the queue.
      Now try to create connection using john as the user and publish to the queue - it fails - stating that the client id has already been established.
      Now try to create the connection using peter (another member of foo role) - it works.

      Is there an explanation for this? Why can't I use the same user in both the MDB that listens to the queue and also the client that publishes to the queue?