Temporary topic names already are globally unique in ActiveMQ. How are
you converting from temporary topic to string and back again? Maybe
we've just gotta tweak that code a little to get your code to work.

On 5/3/06, Aleksi Kallio <[EMAIL PROTECTED]> wrote:

Hi,

I need to have multiple temporary reply-to topics attached to a message.
Attaching topics is easy, as they can be represented as a String that is
their name. However, with temporary topics this does not work. The
message sent to a temp topic whose name was read from a message property
is never delivered to consumer. I have checked that the temporary topic
names used by the consumer and producer are identical, so the name
should not be mangled on the process.

If I replace temp topics with regular ones, everything works fine. I
would hate to replicate the logic in ActiveMQ for creating globally
unique temp topic names, so all suggestions on what might be wrong or
how to hunt down the problem are more than welcome!


--
Aleksi Kallio



--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to