Is this possible to do?

Arif Mohd wrote:
> 
> Hi,
> 
>   Iam having the following component setup
> 
>      JMS Consumer Queue-->Transformer-->Http Bc--->JMS Topic
> 
>    xbean configuration for JMS Topic is
> 
>     <jms:endpoint service="bescocr:JMSTopic"
>                   endpoint="jms"
>                   role="provider" 
>                   destinationStyle="topic"
>                   jmsProviderDestinationName="OutputTopic"
>                   connectionFactory="#jmsFactory"
>                   activationSpec="#activationSpec"
>                   defaultMep="http://www.w3.org/2004/08/wsdl/in-only";         
>   
> />
> 
> xbean configuration for Consumer is
> 
>     <jms:endpoint service="bescocr:InQueueSvc"
>                   endpoint="jms"
>                   targetService="bescocr:myTrans"
>                   targetEndpoint="endpoint"
>                   role="consumer" 
>                   destinationStyle="queue"
>                   jmsProviderDestinationName="InputQueue"
>                   connectionFactory="#jmsFactory"
>                   defaultMep="http://www.w3.org/2004/08/wsdl/in-only"/>
> 
> 
>     1)How can i set TTL value for JMS Topic?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Question-about-TimeToLeave-tf4205180s12049.html#a11977266
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to