how to configure JMSExpiration/ Time to live in siebel to remove messages from the queue after a def
Hi,
we have a requirement to create 2 queues in MQ Series to communicate with a legacy system , the first queue is for requests from legacy system to our siebel application and the second one for the reply from our siebel application to the legacy system. We would like to define the reply as synch and non persistent. we don't want to keep the messages in the queue after a defined time.
we have a requirement to create 2 queues in MQ Series to communicate with a legacy system , the first queue is for requests from legacy system to our siebel application and the second one for the reply from our siebel application to the legacy system. We would like to define the reply as synch and non persistent. we don't want to keep the messages in the queue after a defined time.
How can we configure that in Siebel side?
we found out that there is an input argument in the “JMS Headers and Properties” which is JMSExpiration, how can we use it?
0