Hi, I'm trying to use getReceiver, but am not getting the results I'm
expecting. For example, this is what I'm doing:

  Session session = con.getSession();
  Address addr("amq.topic/mySubject");
  session.createReceiver(addr);
  ...
  ...
  Receiver r = session.getReceiver("amq.topic/mySubject");

This is throwing a KeyError and I can't figure out why. Any help would be
appreciated.




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/C-Messaging-API-getReceiver-topic-subject-tp7663715.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to