Hi,
I am so new to hornetQ. Forgive me if the question sounds like so stupid.
1. Whether a topic is using a queue behind the scenes?
2. Do different topics use different queues by default?
3. Is there a way to force a topic to use a specific queue?
4. If there is a new message in the topic, each of the subscribers will get a copy of that message or will get a reference of that message?
Thank you
Basically each subscription corresponds to a queue. Topics and Queues are different entities. Each subscriber receives a copy of the message sent to its topic.
For more details please read the user's manual.