Hi Team, I am facing issue in connecting qpid broker j from qpid java client. I using the libraries and code which is apache.org which is also in git hub. https://github.com/apache/qpid-proton-j/tree/master/examples
I could see the connection established in qpid broker j but not able to post the message and connection is not closed. Could you please help in configuring the broker or client programming or procedure to do working sample with qpid broker j from a proton java client libraries. below are the broker screen shot and broker logs. Please let me know if anything required to sort out the issue. Broker logs: 2018-03-28 13:32:38,535 INFO [Broker-Config] (q.m.b.ready) - [Broker] BRK-1004 : Qpid Broker Ready 2018-03-28 13:32:53,348 INFO [FileSystemSpaceChecker[default]] (q.m.v.filesystem_full) - [FileSystemSpaceChecker[default]] [vh(/default)/ms(BDBMessageStore)] VHT-1006 : Filesystem is over 90 per cent full, enforcing flow control. 2018-03-28 13:32:58,143 INFO [qtp150440100-125] (q.m.m.open) - [mng:lDQpBoQc(admin@/0:0:0:0:0:0:0:1:60805)] MNG-1007 : Open : User admin 2018-03-28 13:33:17,226 INFO [Broker-Config] (q.m.c.open) - [con:0(/ 127.0.0.1:60817)] CON-1001 : Open : Destination : AMQP(127.0.0.1:5672) : Protocol Version : 1.0 2018-03-28 13:33:17,353 INFO [IO-/127.0.0.1:60817] (q.m.c.open) - [con:0(ANONYMOUS@/127.0.0.1:60817/default)] CON-1001 : Open : Destination : AMQP(127.0.0.1:5672) : Protocol Version : 1.0 : Client ID : 1acc401b-9c26-46b9-9f9f-decfb71ec374 2018-03-28 13:33:17,415 INFO [IO-/127.0.0.1:60817] (q.m.c.create) - [con:0(ANONYMOUS@/127.0.0.1:60817/default)/ch:0] CHN-1001 : Create 2018-03-28 13:33:17,431 INFO [IO-/127.0.0.1:60817] (q.m.c.flow_enforced) - [con:0(ANONYMOUS@/127.0.0.1:60817/default)] [con:0(ANONYMOUS@/ 127.0.0.1:60817/default)/ch:0] CHN-1005 : Flow Control Enforced (Queue ** All Queues **) 2018-03-28 13:36:15,232 INFO [Broker-Config] (q.m.c.open) - [con:1(/ 127.0.0.1:60843)] CON-1001 : Open : Destination : AMQP(127.0.0.1:5672) : Protocol Version : 1.0 2018-03-28 13:36:15,279 INFO [IO-/127.0.0.1:60843] (q.m.c.open) - [con:1(ANONYMOUS@/127.0.0.1:60843/default)] CON-1001 : Open : Destination : AMQP(127.0.0.1:5672) : Protocol Version : 1.0 : Client ID : e2aacb0e-1834-4627-ab09-49a9f4540403 2018-03-28 13:36:15,295 INFO [IO-/127.0.0.1:60843] (q.m.c.create) - [con:1(ANONYMOUS@/127.0.0.1:60843/default)/ch:0] CHN-1001 : Create 2018-03-28 13:36:15,295 INFO [IO-/127.0.0.1:60843] (q.m.c.flow_enforced) - [con:1(ANONYMOUS@/127.0.0.1:60843/default)] [con:1(ANONYMOUS@/ 127.0.0.1:60843/default)/ch:0] CHN-1005 : Flow Control Enforced (Queue ** All Queues **) Regards Venkat +919164256688
