[rabbitmq-discuss] Send RabbitMQ message to port
Michael Klishin
mklishin at gopivotal.com
Mon Nov 4 08:25:25 GMT 2013
On 4 Nov 2013, at 12:11, fercascue <fercascue at gmail.com> wrote:
> Thanks for your comments.
> I would like, when a message arrives to RabbitMq's queue, RabbitMq send it
> automatically to a specific port. I'm devloping a listener program, that is
> listening to a port (TCP or UDP).
>
> Example: A publisher send a message to RabbitMq queue and when it arrives,
> rabbitMq send this message to a port (b.e: 5000). Once the message is sent,
> my program could read this message from this specific port.
You need to develop a consumer that does that. See
http://www.rabbitmq.com/getstarted.html to get started.
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list