Re: Exchange

2025-07-24 Thread Robbie Gemmell
No. Having a "/" in the exchange name is not allowed by the AMQP 0-x specification that defined exchanges, it requires they must be formed of basic A-Z or a-z letters, digits, dash, underscore, colon, or dots. I believe the "/" was also reserved by the broker itself long long ago to allow for thin

RE: Exchange Routing Troubles

2010-11-18 Thread Thomas Nguyen
, November 18, 2010 5:58 AM To: users@qpid.apache.org Subject: Re: Exchange Routing Troubles On 11/17/2010 01:13 PM, Thomas Nguyen wrote: > Hello, > > > > I am testing QPID for the first time and am having trouble with messages > being routed from an exchange to a queue. I am using a C+

Re: Exchange Routing Troubles

2010-11-18 Thread Ted Ross
On 11/17/2010 01:13 PM, Thomas Nguyen wrote: Hello, I am testing QPID for the first time and am having trouble with messages being routed from an exchange to a queue. I am using a C++ broker and the Java client to publish messages. First off here is my initial exchange and queue setup: -b

Re: Exchange Routing Troubles

2010-11-18 Thread Carl Trieloff
On 11/17/2010 09:54 PM, Wolgemuth Greg wrote: Reply is in-line. On Wed, 2010-11-17 at 10:13 -0800, Thomas Nguyen wrote: Hello, I am testing QPID for the first time and am having trouble with messages being routed from an exchange to a queue. I am using a C++ broker and the Java client t

Re: Exchange Routing Troubles

2010-11-17 Thread Wolgemuth Greg
Reply is in-line. On Wed, 2010-11-17 at 10:13 -0800, Thomas Nguyen wrote: > Hello, > > > > I am testing QPID for the first time and am having trouble with messages > being routed from an exchange to a queue. I am using a C++ broker and > the Java client to publish messages. First off here is