0 Replies Latest reply on Oct 3, 2002 4:09 PM by kgeorgie

    JMSSecurityException.... User: TOPIC_CONTROL is NOT authenti

    kgeorgie

      Help anyone,

      This is Leon in Orlando.
      Does anyone have a resolved this issue?


      javax.jms.JMSSecurityException: User: TOPIC_MAFS is NOT authenticated.

      My jbossmq-state file looks like:
      +++++++++++++
      <?xml version="1.0" encoding="UTF-8"?>



      guest
      guest


      TOPIC_MAFS
      MAFS
      TOPIC_MAFS_DURABLE


      QUEUE_MAFS
      MAFS
      QUEUE_MAFS_DURABLE




      guest


      QUEUE_MAFS
      TOPIC_MAFS


      QUEUE_MAFS


      TOPIC_MAFS
      QUEUE_MAFS









      +++++++++++++

      and the connect code looks like :

      +++++++++++++++
      public class ReportReleasedReceiveAdapter
      extends LoggedObject
      implements ReportNotificationDefines, TacsimMessageHandler {
      // private InfoManager infoManager = null;
      private TacsimMessageReceiver tmr = null;
      private Vector listeners = null;

      public ReportReleasedReceiveAdapter(){
      // this.infoManager = new InfoManager();
      this.listeners = new Vector();
      TacsimMessage tm = new ReportReleasedNotificationMessage();
      this.tmr = TacsimJmsAdapter.getConnection(tm,"MAFS","MAFS").getReceiver(tm);
      this.tmr.addMessageHandler(this);
      }

      +++++++++++++++

      If you found a solution, I would appreciate it.
      You can email me directly at kleon@tcintel.com

      Thanks in Advance
      Leon