3 Replies Latest reply on Feb 1, 2004 1:49 PM by adrian.brock

    JMS client and MBean

    aliv

       

      "aliv" wrote:
      Hi,
      I created MBean which also is JMS client, i.e. it implements MessageListener interface and listen queue.
      My mbean set itself as MessageListener in method startService().
      As it seems deployment of mbean going correctly without any exceptions.
      So when i send message into that queue there is no
      reaction from mbean, i.e. method onMessage doesn't called.
      What the problem?