ibm mq - No Bean Spring JMS with IBM MQ -


is possible messages ibm mq (synchronously or asynchronously) using spring jms alone - without using bean?

i looking design can messages mq (ibm in case) using spring alone - process message , pass on.

kindly suggest if possible. thank you.

you can use jmstemplate (synchronous) or defaultmessagelistenercontainer (asynchronous) directly, without declaring them beans; sure call afterpropertiesset() after setting properties , before start() ing container, though.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -