RE: How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Flores, Paul A.
Thanks for the insight/clarification! From: Robbie Gemmell [robbie.gemm...@gmail.com] Sent: Monday, February 22, 2016 11:55 AM To: proton@qpid.apache.org Subject: Re: How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements? The

Re: How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Gordon Sim
On 22/02/16 17:55, Robbie Gemmell wrote: The topic config in the jndi.properties file is just an example, only the queue is used by the code for the examples. But to answer the question, one model of a topic in qpidd would be to create an exchange of that name, of either topic or fanout type.

Re: How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Robbie Gemmell
The topic config in the jndi.properties file is just an example, only the queue is used by the code for the examples. But to answer the question, one model of a topic in qpidd would be to create an exchange of that name, of either topic or fanout type. Robbie On 22 February 2016 at 17:47, Flores

How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Flores, Paul A.
Using qpid-config to set up a queue prior to trying the helloworld example from QPID JMS. But the jndi properties expects a topic along with a queue. How do I set up a topic using qpid-config? Thanks for your help! Paul