Hi,
how can I consume topics in ActiveMQ with VB6? Is there any other way besides using the REST API?
Hi,
how can I consume topics in ActiveMQ with VB6? Is there any other way besides using the REST API?
Have you considered using the STOMP transport? http://activemq.apache.org/stomp.html . STOMP supports .NET clients - http://stomp.codehaus.org/DotNet .
Also Apache Camel can bridge JMS to protocol you desire.