Queries on JMS
Hi,
I'm learning JMS, and I've got the following questions that have been puzzling me:
1. How do I link one or more queues/topics to a single connection factory, so that they may be accessible only via that connection factory and no other?
2. How do I provide a username/password security to a JMS connection factory and a JMS queue?
I'd be really grateful of any guidance or insight in this matter.