Re: [AMQP1.0] Intended use-case of transaction-error transaction-timeout

2018-02-07 Thread Oleksandr Rudyy
Hi Keith, I think that closing the connection is the simplest reasonable thing to do in order to fail early on transaction timeout. Though, I believe that the handling of transaction timeouts can be improved further by closing the link(s), where the timed out transactional work have been

[AMQP1.0] Intended use-case of transaction-error transaction-timeout

2018-02-06 Thread Keith W
An AMQP1.0 question has arisen during the implementation of QPID-8091[Broker-J] [AMQP 1.0] Store transaction timeout. I would like some guidance as to the best way to use AMQP 1.0 in this situation. Background: Broker-J has a defence against long running store transactions. The reason this