Re: Message not sending from topic to subscriber

2018-09-11 Thread jsantew
I was able to figure out the issue. The message needed to be in a certain format so it was getting stuck enqueued -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Clarification of dispatched/dequed/enqueued statistics

2018-09-10 Thread jsantew
So what does it mean if I have 3 messages enqueued, 1 consumer and 0 messages dequeued? Does the mean the subscriber didn't receive the messages since they were not dequeued? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Message not sending from topic to subscriber

2018-09-10 Thread jsantew
I am trying to send a message from a topic to its subscribers but it only shows that the message is enqueued. When I check the active subscribers it shows that active = false. Why is my messaging not getting sent? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html