java - Does JMS Interface suports MQ Open options? -


i looking fact if 1 can use standard jms interface https://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html

to send mqoo options needed ibm mq series(http://www.ibm.com/support/knowledgecenter/ssfksj_7.5.0/com.ibm.mq.ref.dev.doc/q101870_.htm). have write jms interface implementation get/put on mq series , have ensure open connection in 'put' mode while producing message on queue , in 'get' mode while consuming message mq. looking reference, documentation or example that.

thanks lot.

br gaurav

very odd - why want that?

  • websphere mq v7.1 & v7.5 jms 1.1 compliant
  • ibm mq v8.0 & v9.0 jms 2.0 compliant

use mq v8 or v9 , write jms code if want switch ibm mq apache mq can it.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -