gc y wrote:
> 
> in the xbean.xml,
> <jms:endpoint service="test:MyConsumerService"
>               endpoint="jms"
>               targetService="test:MyConsumerService"
>               targetEndpoint="myConsumer"
>               role="consumer" 
>               destinationStyle="queue"
>               jmsProviderDestinationName="queue/A"
>               jndiConnectionFactoryName="ConnectionFactory"
>               defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
>               defaultOperation="test:Echo" />
> Is the "destinationStyle" must be "queue"? thanks!
> 
I think it is either queue or topic. Take a look at class
org.apache.servicemix.jms.JmsEndpoint.getDestinationStyle()
-- 
View this message in context: 
http://www.nabble.com/A-question-about-servicemix-jms-tf3656877s12049.html#a10216717
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to