Results 1 to 2 of 2

Thread: messageListeners stops consuming after consuming 200 messages

  1. #1

    Default messageListeners stops consuming after consuming 200 messages

    Hi,

    I am facing issue with messageListeners, my producer class producing 1000 messages.
    But the messageListeners processing the messages up to 262 after that it is not reciving messages.
    i have stoped hte messagelistioner and i have started again at this time also it is recived 262 messages and agin it stoped receving messages from Queue.

    I am using Spring AMQP with RabbitMQ server. and i am using simple message listioner and single connection factory.

    Please help me by providing solution to above problem
    Last edited by jagadeesh.gunda; Dec 29th, 2011 at 12:21 PM.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    262 is a bit of a strange non-round number, but I suspect it is something to do with the broker not getting acks. Can you post your configuration?

    Note also that SingleConnectionFactory is not included in the 1.0.0.RELEASE (or later snapshots) so you should upgrade as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •