[ 
https://issues.apache.org/jira/browse/CAMEL-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-3194.
--------------------------------
    Resolution: Won't Fix

> Allow reply queues to use regular queues but have their name auto assigned by 
> Camel
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3194
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3194
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-jms
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>             Fix For: 3.0.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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to