I am writing unit tests for the application that uses activemqcpp library. Using DummyTransport is nice for that purpose, but it only supports stomp at the moment, that misses TemporaryQueue implementation, and it's quite important functionality for me. Following your advice, I am started implementing OpenWireResponseBuilder. I don't know the internals of ativemq-cpp library, so it's quite blindfold way for me )
Finally, the question is: which "openwire class" corresponds to "stomp class" commands::ConnectedCommand? I tried to use openwire::BaseCommand template, but what class should I instantiate it with? Thanx a lot -- View this message in context: http://www.nabble.com/stomp%3A%3Acommands%3A%3AConnectedCommand-openwire-analog-tf3921969s2354.html#a11120834 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
