--
View this message in context:
http://qpid.2158936.n2.nabble.com/C-Messaging-API-getReceiver-topic-subject-tp7663715p7663729.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
On 01/06/17 17:58, Gordon Sim wrote:
On 01/06/17 16:13, mottese wrote:
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
On 01/06/17 16:13, mottese wrote:
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.
ant.
If that is still unclear, I can post a code example to make it more clear
what I'm trying to do.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/C-Messaging-API-getReceiver-topic-subject-tp7663715p7663718.html
Sent from the Apach
.
> 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-ge
iver("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