[
https://issues.apache.org/activemq/browse/SM-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48631#action_48631
]
Guillaume Nodet commented on SM-1760:
-------------------------------------
The patch includes the following:
* defer the creation of the container listener until actually needed (an
InOut exchange with the default replyTo destination)
* do not resolve destination names at startup time
* do not create temporary queue until actually needed
Sending
src/main/java/org/apache/servicemix/jms/endpoints/JmsProviderEndpoint.java
Sending
src/test/java/org/apache/servicemix/jms/JmsProviderEndpointTest.java
Transmitting file data ..
Committed revision 733850.
> smx-jms provider should not create a temporary replyTo destination unless one
> is needed
> ---------------------------------------------------------------------------------------
>
> Key: SM-1760
> URL: https://issues.apache.org/activemq/browse/SM-1760
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-jms
> Affects Versions: servicemix-jms-2008.01
> Reporter: Ron Gavlin
> Assignee: Guillaume Nodet
>
> After the recent patch for SM-1621, the smx-jms provider now always attempts
> to create a temporary replyTo destination if no replyTo destination is
> provided. In the case of a "stateless" in-only ME for which no JBI DONE/ERROR
> reply is expected, this does not seem correct.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.