Using JMS to connect to IBM MQ

后端 未结 5 2294
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 21:49

I want to use JMS to connect to IBM MQ. How do i specify the queuemanager, the channel and other properties ?

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-28 22:11

    You need to create an MQQueueConnectionFactory bean and set the required properties in it.

    
        
        
        
        
        
    
    
        
            
                com.ibm.mq.jms.JMSC.MQJMS_TP_CLIENT_MQ_TCPIP
            
        
    
    

提交回复
热议问题