You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/10/04 11:32:40 UTC

[jira] Created: (CAMEL-3194) Allow reply queues to use regular queues but have their name auto assigned by Camel

Allow reply queues to use regular queues but have their name auto assigned by Camel
-----------------------------------------------------------------------------------

                 Key: CAMEL-3194
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3194
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jms
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
             Fix For: 2.6.0


When using temporary queues you risk losing pending reply messages if a connection dies. Instead you can use regular queues. Currently doing so requires you to set a fixed replyTo destination name on the jms producer.

So another option would be to let Camel auto assign the reply queue name based on a scheme. For example the destination name.reply. For example
{code}
to("activemq:queue:foo");
{code}

Would then use a {{"foo.reply"}} as the reply queue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.