Re: Proton issue with large Messages to Java QPID Broker

2015-07-22 Thread Rob Godfrey
I've commented on the JIRA[1] with my initial analysis... If we can confirm that the frames on the wire / what Proton is receiving match what the Java Broker log is saying it sent, then I think the problem is definitely on the Proton side of things. -- Rob [1] https://issues.apache.org/jira/brows

Re: Proton issue with large Messages to Java QPID Broker

2015-07-22 Thread Philip Preston
Raised https://issues.apache.org/jira/browse/QPID-6651 > On 22 Jul 2015, at 19:33, Philip Preston wrote: > > Hey > > Yeah - as I said it was all pretty vanilla - so thought it was unusual. > > I’ll get the logs and open issue. > > I’ll kic

Re: Proton issue with large Messages to Java QPID Broker

2015-07-22 Thread Philip Preston
Hey Yeah - as I said it was all pretty vanilla - so thought it was unusual. I’ll get the logs and open issue. I’ll kick the tires on later releases. Thanks Phil > On 22 Jul 2015, at 13:22, Rob Godfrey wrote: > > Hi Phil, > > this seems odd - I know people have been sending and receiving

Re: Proton issue with large Messages to Java QPID Broker

2015-07-22 Thread Michael Ivanov
Hallo, Sorry, this might be the issue I have discovered some time ago and reported to jira as issue PROTON-892 (https://issues.apache.org/jira/browse/PROTON-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel). Best regards. -- \ / | | (Ov

Re: Proton issue with large Messages to Java QPID Broker

2015-07-22 Thread Rob Godfrey
Hi Phil, this seems odd - I know people have been sending and receiving to/from the Java Broker successfully using Proton. Can you turn on debug logging in the Java Broker (edit your log4j.xml config file and move all the thresholds down to DEBUG for instance)? If you can create a JIRA for this

Proton issue with large Messages to Java QPID Broker

2015-07-21 Thread Philip Preston
Hey I was testing the broker implementation that is currently being worked on in OpenMAMA and came across an issue, which I have been able to recreate with proton send / recv example apps. The issue is seen with sending large payloads to Java QPID Broker using the proton send application as