getting started with qpid server
Posted
by London
on Stack Overflow
See other posts from Stack Overflow
or by London
Published on 2010-05-31T10:40:17Z
Indexed on
2010/05/31
10:42 UTC
Read the original article
Hit count: 200
I'd like to get started with qpid, can anyone recommend some useful resources/links/code examples for me to study? I'm interested about java implementations?I'd like to create message sender/listener.
I've already done messaging with jboss where I send the message to the queue and the listener picks it up from there, what is different with qpid?
Is it the same only replacing jboss as a server with qpid or?I'm new to all of this it might sound weird when I ask it.
Oh yes similar question:
http://stackoverflow.com/questions/1693099/get-started-with-qpid
Doesn't really help me much. Any hints would help me a lot. thank you
© Stack Overflow or respective owner