Getting started with QPID

Can someone share some links on how to start using QPID?

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

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

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

thanks

+4
source share
1 answer

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

0
source

All Articles