Is there a replacement for SubscriptionManager and AsyncSession? -----Original Message----- From: William Henry [mailto:[email protected]] Sent: Thursday, March 10, 2011 8:25 AM To: [email protected] Cc: [email protected] Subject: Re: What is the difference in the classes in qpid/client and qpid/messaging in C++?
On Mar 9, 2011, at 5:34 PM, "Hickerson, David A" <[email protected]> wrote: > What is the difference between the classes in qpid/client and qpid/messaging > in C++? One, qpid/client, is supporting the older API that doesn't have the new "addressing". Though you can have a qpid/client client send/receive messages to a qpid/messaging client, you obviously can't mix the APIs in the one client. (someone else can describe version numbers etc.) Use qpid/messaging. > > I have noticed that Connection is in each. For a client application, which is > supposed to be used? > > Some of the examples point to each and the documention seems to be more > filled out for the messaging/ classes. Yep, use that one. William > > Thanks, > > Dave > > David Hickerson > [email protected]<mailto:[email protected]> > Senior Engineer > phone: 719-235-3265 > Mission Operations > The Boeing Company > 1330 Inverness Dr., Suite 330 > Colorado Springs, CO 80910 > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
