spring-ws icon indicating copy to clipboard operation
spring-ws copied to clipboard

Access to Destination in JmsMessageSender like in JmsTemplate [SWS-946]

Open gregturn opened this issue 9 years ago • 0 comments

Andre Meyer opened SWS-946 and commented

I am realizing webservice over IBM MQ transport Layer. In the JMSMessageSender I would like to inject an com.ibm.mq.jms.MQQueue with the parameter targetClient=1. This is needed for Non-JMS processing (MQSTR). I see no possibility to do this with the DefaultUri in WebserviceTemplate.

In the Spring JmsTemplate it is possible to set the Queue as a DefaultDestination.

Please consider this, I would appreciate it very much.


Affects: 2.2.4

gregturn avatar Feb 10 '16 14:02 gregturn