Results 1 to 2 of 2

Thread: Flow Support?

  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Default Flow Support?

    Hi All,

    It seems that Spring's RabbitTemplate does not pay any attention to channel.flow. Even after the RabbitMQ server hits a memory watermark, RabbitTemplate continues to send messages from producers until RabbitMQ dies.

    Am I doing something wrong? I think I can get around this by manually checking server status before calling RabbitTemplate.convertAndSend(), but that feels pretty wrong.

    More info on channel.flow here http://www.rabbitmq.com/extensions.html#memsup

    Thanks!

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    That seems like something at a lower level than the RabbitTemplate. However, I guess the channel.flow notifications would not affect *new* Channels that are being returned from the Connection?

Posting Permissions

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