RE: [Broker-J] derby message store

2018-08-10 Thread VERMEULEN Olivier
2018 12:59 To: users@qpid.apache.org Subject: Re: [Broker-J] derby message store Hi Olivier, Derby message store works the same as JDBC message store. The JDBC transactions are used underneath to guarantee message persistence. The disposition is sent after the underlying JDBC transaction

Re: [Broker-J] derby message store

2018-08-10 Thread Oleksandr Rudyy
Hi Olivier, Derby message store works the same as JDBC message store. The JDBC transactions are used underneath to guarantee message persistence. The disposition is sent after the underlying JDBC transactions are committed for both transactional and non-transactional deliveries. Do you have any pr

[Broker-J] derby message store

2018-08-09 Thread VERMEULEN Olivier
Hello, With a derby message store, when a producer sends a message to the broker do we have the guarantee that the message is actually flushed on the disk when we receive the acknowledgement? Thanks, Olivier *** This e-mail contains information for the intended reci