Re: qpid-java-broker-v6.0.2 exchange getting deleted automatically

2016-10-15 Thread rammohan ganapavarapu
I dont see that message but i see bunch of these messages. 2016-10-10 19:53:42,128 INFO [IoReceiver - /127.0.0.1:57042] (queue.deleted) - [con:10,015(ANONYMOUS@/127.0.0.1:57042/default)/ch:1] [vh(/default)/qu(reply-localhost.16017.1)] QUE-1002 : Deleted 2016-10-10 19:53:42,129 INFO [IoReceiver

Re: qpid-java-broker-v6.0.2 exchange getting deleted automatically

2016-10-15 Thread Rob Godfrey
If the exchange is deleted there should be a log entry for that - look for the string EXH-1002 in the logs. As above the error you gave is simply that the client was trying to create an exchange but seemingly not providing enough information to do so (missing type). -- Rob On 15 October 2016 at

Re: qpid-java-broker-v6.0.2 exchange getting deleted automatically

2016-10-15 Thread rammohan ganapavarapu
The log is only saying this one, I know there was a exchange we create and it was gone, I created exchange again and it looks ok, wondering how that exchange got deleted, the exchange entry in default.json is also disappeared. Ram On Oct 15, 2016 3:02 AM, "Rob Godfrey"

Re: qpid-java-broker-v6.0.2 exchange getting deleted automatically

2016-10-15 Thread Rob Godfrey
The error you get "[con:36(producer11476488793213@/10.16. 16.241:61948/default)/ch:0] CHN-1003 : Close : 404 - Unknown Exchange Type:" is not saying that the exchange has been deleted, rather that the client has attempted to declare an exchange but the type of the exchange (e.g. fanout, direct,

qpid-java-broker-v6.0.2 exchange getting deleted automatically

2016-10-14 Thread rammohan ganapavarapu
Hi, I am running java broker v6.0.2 version with derby message store,while we are doing load testing we see one of the exchanges we created was getting deleted with below error, any idea why its getting deleted( it happened twice)? I don't see any log traces for delete operation 2016-10-14