On 05/18/2011 01:25 AM, qpid user 2 wrote:
Hi guys,

I am trying to use Java for retrieving events through subscription. But I
noticed there seems to be no Messaging API available in Java as in C++. Is
that through? if thats the case, what are the Sender and Receiver classes
for?
How can I use native java APIs to subscribe to events? Is there anyway? or
its all just JMS? If there is anyway to do so, code snippets would be much
appreciated.

JMS is the currently supported API for Java. However there are a lot of similarities between that and the messaging API, MessageProducer and MessageConsumer correspond broadly speaking with Sender and Receiver.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to