views:

138

answers:

2

Hello

Could anyone share some links on how to get started using QPID?

I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't know where to go from here.

It would be great if someone had a sample app or two to use the broker and send messages to each other, in Java or C#.

If not, maybe someone could point me in the right direction and give me some links or documentation on how to get started with QPID.

Thanks

A: 

See this example for C# and WCF: QPID WCF samples

Sasha
A: 

There are several simple examples at https://svn.apache.org/repos/asf/qpid/trunk/qpid/dotnet/client-010/examples/. The description of the examples goes here http://qpid.apache.org/net-user-guide.html.

Slava Tysenchuk