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
Post a Comment