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ž
