It's a realy good example. I can learn a lot. Shouldn't be this part of the regular qpid documentation?
_________________________________ -----Original Message----- From: Jakub Scholz [mailto:[email protected]] Sent: Wednesday, November 14, 2012 12:04 AM To: [email protected] Subject: Re: client or messaging ? Hi Matjaz, Here is a simple message receiver which might inspire you: http://pastebin.com/CEXP8dzu ... (I'm not saying this is the best / perfect solution ... but it may work for you...). Regards Jakub On Tue, Nov 13, 2012 at 9:09 PM, Matjaž Ostroveršnik < [email protected]> wrote: > Hi all, > > Could somebody give me a hint how to implement a listener? > I know there is a MessageListener class which needs to be sub classed to > do that, but this class in in qpid::client namespace. > The rest of the application uses qpid::messaging classes (including > session and message). > > > 1. It qpid::messaging a right choice or should we rather use > qpid::client? > > 2. If qpid::messaging is a right choice, how can I implement a > listener? > > 3. Why do we have two namespaces of classes with partially > overlapping functionality? > > 4. When to use qpid::client and when qpid::messaging? > > Thanks in advance > > Matjaž > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
