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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -