1 Reply Latest reply on Jan 9, 2018 10:22 AM by mnovak

    Problem sending\publishing JMS topics

    nageshkumar2008

      Getting issue when posted\published messages on to Topics.

      Successful when posted on to Queues

       

      Using wildfly-11.0.0.CR1 on windows  2012 server for server

       

      Whether sending remotely or locally... the topic connection, session, publish all are successful from client.

       

      Not able to see\view the messages on topics..

       

      Same time, I could see messages on queue after posting immediately.

       

      Checking the 'Runtime' tab on Wildfly page

      Verified other places too like on 'Management model'

       

      No luck. Not sure.. if there is a bug \ am I missing something

       

      Thanks for quick response.

      -Nagesh

        • 1. Re: Problem sending\publishing JMS topics
          mnovak

          Topic is special case as if there are no subscriptions/consumers on topic then all messages are simply dropped.

           

          Correct thing to do for topic is too check messages for each subscription. They can be found in CLI in messaging subsystem in under runtime-queues.

           

          Thanks,

          Mirek