On 04/08/16 07:33, eric73 wrote:
Hi,
Thanks, I updated my ActiveMQ broker with 5.12.3 version and it seems
resolve the timeout problem.
But I still have problem to send data on a topic of the broker.
It worked correctly with a queue but not with a topic.
- For the queue, the name is "test_queue".
In client messaging API, I used:

And in the qdrouterd.conf, the syntax is:

- For the topic, the name is "test_topic".
In client messaging API, I used:

And in the qdrouterd.conf, the syntax is:

I used double quote + simple quote for the topic as describe on the qpid
forum.
Is there a problem with the syntax of the prefix for the topic ?

You only need to quote with the qpid messaging API (because otherwise it treats the '/' as separating the 'node' from the 'subject').

In the router conf file you can use the topic 'url' directly, e.g. topic://mytopic


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

Reply via email to