[ 
https://issues.apache.org/activemq/browse/SM-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48675#action_48675
 ] 

ffang edited comment on SM-1760 at 1/13/09 9:57 PM:
-----------------------------------------------------------

with this patch applied, the JmsProviderEndpointTest test will always hang at 
receive response message at
JmsTemplate.doReceive(Session session, MessageConsumer consumer) {

...
message = consumer.receive();
}

The problem comes from that this patch didn't create listenerContainer for 
temporary replyDest.

To avoid create unnecessary temporary replyDest for InOnly, we can defer the 
temporary replyDest creation in ProcessInOut, but not the endpoint activate.
create ticket SM-1764 to track the hanging test

      was (Author: ffang):
    with this patch applied, the JmsProviderEndpointTest test will always hang 
at receive response message at
JmsTemplate.doReceive(Session session, MessageConsumer consumer) {

...
message = consumer.receive();
}

The problem comes from that this patch didn't create listenerContainer for 
temporary replyDest.

To avoid create unnecessary temporary replyDest for InOnly, we can defer the 
temporary replyDest creation in ProcessInOut, but not the endpoint activate.
  
> 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
>             Fix For: servicemix-jms-2008.02, 3.3.1
>
>
> 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.

Reply via email to