[Dev] JMS configuration for ESB MessageStore and processor

2015-08-28 Thread John Hawkins
Hi Folks, I've been playing around with JMS on the ESB. All the instructions I find seem to say that I should set up the axis2 jms receiver and senders. However, when I don't do that and use a JMSMessageStore and MessageProcessor it all seems to work fine. Am I correct in saying that I only need

Re: [Dev] JMS configuration for ESB MessageStore and processor

2015-08-28 Thread Malaka Silva
Hi John, MSMP does not make use of axis2 transports. You only need to enable it in case if you want to use jms listening proxy, or send to a to JMS broker (producer use case) using endpoints. On Fri, Aug 28, 2015 at 7:58 PM, John Hawkins jo...@wso2.com wrote: Hi Folks, I've been playing