[rabbitmq-discuss] Tutorial of RabbitMQ Client

Tony Garnock-Jones tonyg at lshift.net
Tue Feb 5 00:18:35 GMT 2008


Hi again Willem,

The examples in the Java and .NET/C# code ought, I hope, to be 
sufficient for your purposes. I'd suggest looking at the following 
files, depending on your client language choice:

For sending:
  - in the main erlang-server-and-java-client distro:
    java/test/src/com/rabbitmq/examples/SimpleProducer.java
    java/test/src/com/rabbitmq/examples/SendString.java
  - in the rabbitmq-dotnet distro:
    src/examples/SendString.cs
    src/examples/SendMap.cs

For receiving:
  - in the main erlang/java distro:
    java/test/src/com/rabbitmq/examples/SimpleConsumer.java
    java/test/src/com/rabbitmq/examples/LogTail.java
  - in the .NET/C# distro:
    src/examples/LogTail.cs
    src/examples/SingleGet.cs

Regards,
   Tony





More information about the rabbitmq-discuss mailing list