Default error behavior in event-driven APIs (was Re: Error detection/handling)

2015-10-05 Thread aconway
On Wed, 2015-09-16 at 14:04 +0200, Tomáš Šoltys wrote: > Hi, > > I have a client that sends a messages to broker. It can happen that > message > contains incorrect subject which will trigger ACL deny on the broker. > But on the client side everything seems to be OK. > > How do I detect such

Re: Error detection/handling

2015-09-17 Thread Tomáš Šoltys
Hi Gordon, thanks a lot for help. Condition gives exactly what I needs. Here is an output from the broker when trace+ is enabled on protocol level. Scenario: send 1 message with incorrect subject and afterwards send 3 messages with correct subject. 3 messages will get delivered to the queue.

Re: Error detection/handling

2015-09-17 Thread Gordon Sim
On 09/17/2015 08:37 AM, Tomáš Šoltys wrote: Here is an output from the broker when trace+ is enabled on protocol level. Thanks! This looks like the same root cause as https://issues.apache.org/jira/browse/QPID-6660, which is now fixed on trunk (but didn't make it into the 0.34 release)