JMSTemplate with multiple brokers. Destination resolving exception
问题 I have problem which I am trying solve all day, without success... I have an application which trying to send/receive messages to/from external system A and external system B. A and B it is WLS based external systems. While my application is coming up - i am reading all configurations and building my applicational JMSProducer and injecting JMSTemlate with predefined destination name in it. Here is my code: private JMSProducer initProducer(Conf conf) { DestinationResolver destinationResolver =