Why Active MQ Consumer is not recieving any messag

2019-07-17 15:51发布

  1. Consumer Created.
  2. Producer created.
  3. Msg Sent.
  4. Msg Enqueued in the Queue.
  5. But Msg not dequeued (even though there is a consumer online for that queue).

There is no error logged on the system. So What could be the reason for it?

1条回答
淡お忘
2楼-- · 2019-07-17 16:42

If you haven't called connection.start() then your consumer won't receive anything. If you have and its still not working then we'd need to see some code in order to help figure it out.

查看更多
登录 后发表回答