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
, 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+
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
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
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