Questions tagged [flopsy]

2 questions
2
votes
1 answer

Posting messages in two RabbitMQ queue, instead of one (using py-amqp)

I've got this strange problem using py-amqp and the Flopsy module. I have written a publisher that sends messages to a RabbitMQ server, and I wanted to be able to send it to a specified queue. On the Flopsy module that is not possible, so I tweaked…
Khelben
  • 6,283
  • 6
  • 33
  • 46
0
votes
1 answer

py-amqp/flopsy: Waiting for a single AMQP message in Python

I have a similar question to this one: It's very easy in py-amqp/flopsy to say "I'm going to wait forever, and I want this callback to be called whenever a message comes in," but I can't find any way of saying "OK, I got the message I want now stop…
Trevor Burnham
  • 76,828
  • 33
  • 160
  • 196