What is jms temporary queue? Why is it created? How is it used?
Recently we have found that our JMS server creates a temporary queue 'TemporaryQueue0'. Our application does not create this queue. This queue is created automatically by the system. Why is it created? How is it used?
Thanks ahead.
0