Hi, We have a Listener class that is inherited from client::MessageListener. This class/object will have many queues associated with it. There will be cases where the same subscription key is associated with several queues. We need a way to determine which queue a given message was received on (without having to have separate Listener classes for each queue). Does anyone know if there is an API available or how we determine in our received method which queue a message came in on?
We are currently using qpid 0.6 and are about to upgrade to qpid .10. Thanks, Trina Wisler
