Arif Mohd,

Do you want to setJMSExpiration(..) on the JMS message or is there something else? There is no support for setting the JMS expiration right now, so you should probably open a JIRA for it...


Gert

Arif Mohd wrote:
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?



Reply via email to