java - Configuring/Accessing MQQueueConnectionFactory in WAS application -


i have library giving me message of com.ibm.mq.mqmessage type, add information send in queue. can if create own mqqueueconnectionfactory in application, i'm trying set stuff in console , access in java webapp via jndi. how configure jms resource via console can retrieve com.ibm.mq.jms.mqqueueconnectionfactory instance via jndi? or how can send com.ibm.mq.mqmessage via standard javax.jms?

there's complete scenario demonstrating how connect application running in websphereapplication server mq in mq knowledge center. contain details of how configure jms resources within admin panels.

there's 1 liberty profile well.

however com.ibm.mq.mqmessage object mq java classes api - , not jms message. it's worth confirming exact type here - mq java classes should not ideally used within javaee environment - see technote full details.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -