[rabbitmq-discuss] Configuration Win7 and Redhat(VM)

Jerry Kuch jkuch at gopivotal.com
Sun May 18 15:56:36 BST 2014


On Sun, May 18, 2014 at 7:26 AM, Jonathan Kallner <Jonathank at mdg.co.il>wrote:

>  1.       Can out tell me how to set a small message between the WIN7 and
> Redhat ?
>
> Just an example message.
>
What programming language/client are you using?

>  2.       How do I configure an exchange ( do I need  to ?)
>
For test purposes you could publish to the default exchange, which always
exists, and whose name is the empty string, "".  Every queue created will
be automatically bound to that exchange with the queue's name used as its
binding key.  That's often a good test.  It's essentially the first example
at:

http://www.rabbitmq.com/getstarted.html

where such a task and several others are explained and demonstrated in
Python, Java, Ruby, PHP and C#.

>  3.       What are all the parameters I need ?
>
It depends on what you want to do.  The publish to default exchange
scenario is probably the simplest way to sanity check things.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140518/545f78e9/attachment.html>


More information about the rabbitmq-discuss mailing list