[Dev] [EI] RabbitMQStore Store [RabbitMQ] cannot create connection to the broker.java.io.IOException

2018-01-07 Thread Senuwan Withana
Hi Team, According to my scenario, I have installed RabbitMQ. I could able to log RabbitMQ management console successfully by using below url. [1]. http://localhost:15672/# *Message Store like below.* http://ws.apache.org/ns/synapse";> localhost 15672 RabbitMS_Queue true InMemor

Re: [Dev] [EI] RabbitMQStore Store [RabbitMQ] cannot create connection to the broker.java.io.IOException

2018-01-07 Thread Eranda Rajapakshe
Hi Senuwan, I think the port you have used to connect to the RabbitMQ server is incorrect. Assuming that you have not changed the port of the RabbitMQ, it should be *5672. *Update that in RabbitMQ Store configuration and see. 15672 is the port they use for Management Console. Thanks, On Sun, Ja

Re: [Dev] [EI] RabbitMQStore Store [RabbitMQ] cannot create connection to the broker.java.io.IOException

2018-01-07 Thread Senuwan Withana
Hi Eranda, Well, I have changed to the port number in RabbitMQ Store configuration. *Message Processor like below.* http://ws.apache.org/ ns/synapse"> 127.0.0.1 5672 RabbitMS_Queue true InMemoryStore After that I got below response [2018-01-07 22:40:24,254] [EI-Core] DEBUG

Re: [Dev] [EI] RabbitMQStore Store [RabbitMQ] cannot create connection to the broker.java.io.IOException

2018-01-07 Thread Eranda Rajapakshe
It says not Not Applicable to the number of messages. I think that's expected, as its an external message store. The message count should only be applicable to the In-Memory Store. Deactivate the processor and see if the message is there in the store after publishing, if so it works fine. Thanks,

Re: [Dev] [EI] RabbitMQStore Store [RabbitMQ] cannot create connection to the broker.java.io.IOException

2018-01-07 Thread Senuwan Withana
Yes It works fine thanks for help *Senuwan Withana* Software Engineer - Support Team | WSO2 Email : senu...@wso2.com Mobile: 94773212853 Web: http://www.wso2.com On Sun, Jan 7, 2018 at 10:53 PM, Eranda Rajapakshe wrote: > It says not Not Applicable to the number of messages. I think that's >