I am trying to make use of the inherent WSO2ESB topics to publish to a jms queue. I have created the topic and provided a subscriber URL of jms:/TOPICTEST?transport.jms.DestinationType=queue. When I publish a message to the topic however it cant be delivered to the queue. The log produces the following
"The system cannot infer the transport information from the jms:/queue?destination=TOPICTEST URL."
JMS is setup correctly to use activeMQ, I am able to deliver to queues from regular proxy services without a problem.
In addition, I cant seem to work how how to publish to the WSO2ESB topics, does anybody know what the delivery URL should look like? Its not clear from any of the documentation I have seen, they always seem to use the test client which comes with WSO2ESB admin console.
thanks Paul