Temporary Queue?

Hi,
when i create a jms trigger i found on my UM a folder named temp was created with some queues.

what is the meanning of this queues and what is theire advantages on the execution of my trigger??

Regards,

Are you using native Broker JMS or IS_UM connection JMS topics?

HTH,
RMG

Hi,

the temporary queue is created by default by the IS JMS alias if the Create Temporary Queue box is checked. You only need this if you are using pub.jms:sendAndWait. If you are just using pub.jms:send, then you can safely uncheck that box in the JMS alias.
You can also safely delete the temp queues in Enterprise Manager by multi-selecting them and deleting them. In later UM releases (9.9), they are cleaned up automatically when the IS disconnects.

hi,
rmg:im using JMS UniversalMessaging not the broker,
Jonathan Heywood: what i understand from you that those temporary queues are userd when we use pub.jms:sendAndWait so we store on them the waiting responses of aknowledgement ??
Regards,

Correct. They are automatically used for the responses documents sent by pub.jms:reply

hi,
OK thank you su much Jonathan :D,
Regards