How to use Java JMS with MQseries

后端 未结 6 1329
故里飘歌
故里飘歌 2021-01-30 09:13

I am trying to develop a JMS standalone application to read and write to a Queue on MQSeries. My boss asked me to use pure java JMS (not ibm.m

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 09:59

    I can't teach you JMS in a single post, but I can point you to some of the resources that I used to learn it myself:

    1. The O'Reilly Java Message Service book
    2. IBM Developerworks JMS Tutorial (more MQSeries/Websphere MQ specific)
    3. The Spring framework can help you use JMS more effectively, especially if you're developing a standalone app outside of a J2EE app server: Spring Java Message Service documentation

提交回复
热议问题