From users-return-3905-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Thu Mar 10 22:54:43 2011 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 14082 invoked from network); 10 Mar 2011 22:54:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Mar 2011 22:54:43 -0000 Received: (qmail 60330 invoked by uid 500); 10 Mar 2011 22:54:43 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 60308 invoked by uid 500); 10 Mar 2011 22:54:43 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 60300 invoked by uid 99); 10 Mar 2011 22:54:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 22:54:43 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.a.hickerson@boeing.com designates 130.76.96.56 as permitted sender) Received: from [130.76.96.56] (HELO stl-smtpout-01.boeing.com) (130.76.96.56) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 22:54:35 +0000 Received: from blv-av-01.boeing.com (blv-av-01.boeing.com [130.247.48.231]) by stl-smtpout-01.ns.cs.boeing.com (8.14.4/8.14.4/8.14.4/SMTPOUT) with ESMTP id p2AMsBoh028024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 10 Mar 2011 16:54:12 -0600 (CST) Received: from blv-av-01.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.14.4/8.14.4/DOWNSTREAM_RELAY) with ESMTP id p2AMsBDC018490 for ; Thu, 10 Mar 2011 14:54:11 -0800 (PST) Received: from XCH-MWHT-04.mw.nos.boeing.com (xch-mwht-04.mw.nos.boeing.com [134.57.113.164]) by blv-av-01.boeing.com (8.14.4/8.14.4/UPSTREAM_RELAY) with ESMTP id p2AMsAmq018457 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=OK) for ; Thu, 10 Mar 2011 14:54:11 -0800 (PST) Received: from XCH-MW-08V.mw.nos.boeing.com ([134.57.119.191]) by XCH-MWHT-04.mw.nos.boeing.com ([134.57.113.164]) with mapi; Thu, 10 Mar 2011 16:54:10 -0600 From: "Hickerson, David A" To: "users@qpid.apache.org" Date: Thu, 10 Mar 2011 16:53:50 -0600 Subject: RE: What is the difference in the classes in qpid/client and qpid/messaging in C++? Thread-Topic: What is the difference in the classes in qpid/client and qpid/messaging in C++? Thread-Index: AcvfQRXnHFSUj1uBS2uZfJcMEeHVaAANNFEg Message-ID: <7FEE1AA014EEC540B26871FFEC87771062D6B444@XCH-MW-08V.mw.nos.boeing.com> References: <7FEE1AA014EEC540B26871FFEC87771062D6B02A@XCH-MW-08V.mw.nos.boeing.com> <1C0A5974-0237-49CB-A2BA-E054FE88EAB6@redhat.com> In-Reply-To: <1C0A5974-0237-49CB-A2BA-E054FE88EAB6@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Is there a replacement for SubscriptionManager and AsyncSession? -----Original Message----- From: William Henry [mailto:whenry@redhat.com]=20 Sent: Thursday, March 10, 2011 8:25 AM To: users@qpid.apache.org Cc: users@qpid.apache.org 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" wrote: > What is the difference between the classes in qpid/client and qpid/messag= ing in C++? One, qpid/client, is supporting the older API that doesn't have the new "ad= dressing". 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 cli= ent. (someone else can describe version numbers etc.) Use qpid/messaging. >=20 > I have noticed that Connection is in each. For a client application, whic= h is supposed to be used? >=20 > Some of the examples point to each and the documention seems to be more f= illed out for the messaging/ classes. Yep, use that one. William >=20 > Thanks, >=20 > Dave >=20 > David Hickerson = david.a.hickerson@boeing.com > Senior Engineer = phone: 719-235-3265 > Mission Operations > The Boeing Company > 1330 Inverness Dr., Suite 330 > Colorado Springs, CO 80910 >=20 >=20 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org