Re: [Broker-J] JDBC message store performance

2018-09-14 Thread Rob Godfrey
On Fri, 14 Sep 2018 at 15:30, VERMEULEN Olivier wrote: > Hello, > > We ran a performance test with a bunch of brokers and an Oracle database > to store the messages. > We noticed that the database was a bit overloaded with commits. > Looking at the logs we saw that sending a message was

[Broker-J] JDBC message store performance

2018-09-14 Thread VERMEULEN Olivier
Hello, We ran a performance test with a bunch of brokers and an Oracle database to store the messages. We noticed that the database was a bit overloaded with commits. Looking at the logs we saw that sending a message was triggering 1 commit for 3 operations (QPID_QUEUE_ENTRIES,

Re: Signing AMQP messages

2018-09-14 Thread Gordon Sim
On 13/09/18 19:54, Gordon Sim wrote: On 13/09/18 19:40, Chuck Rolke wrote: I'd put the signature in part of the 'bare message', such as application properties, which passes from sender to receiver unmodified. That would require the signature to be in the bytes the signature signs. I should

Re: [Broker-J] Detect idle connections

2018-09-14 Thread Vavricka
JIRA created - https://issues.apache.org/jira/browse/QPID-8240 Tomas -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional

Re: [Broker-J] Detect idle connections

2018-09-14 Thread Rob Godfrey
Hi Tomas, I don't believe there is a way to do that currently, but it seems like a useful feature - please raise a JIRA and we can see about adding that -- Rob On Fri, 14 Sep 2018 at 09:20, Vavricka wrote: > Hi, > > we would like to detect idle connections in Java Broker. I found out there >