I have a very simple producer (from example). Now I added one line to create temporary queue, and got exception:
CMS Exception occured.
caught unknown exception
FILE: activemq/connector/stomp/StompConnector.cpp, LINE: 422
FILE: activemq/core/ActiveMQSession.cpp, LINE: 318
Below is the line I added:
tempdestination = session->createTemporaryQueue();
Does anyone have experience with temporary queue in cpp?
Thanks in advance.
