All, I have access to an ActiveMQ-hosted service publishing its data through Stomp. There are five topics, and I want to subscribe to all five and re-queue messages in persistent topics on my side, such that I can have multiple subscribers internally accessing the data.
From the documentation, I can see how to do this with JMS, but not through Stomp. Is this actually possible with ActiveMQ, and if so, can anyone point me at an example I can modify for my own needs? Peter
