Re: Transaction Support for AMQP 1.0 java client

2019-02-05 Thread cmorgan
The solace message broker currently does not support transactions (local or XA) over the amqp protocol see solace amqp protocol conformance docs, https://docs.solace.com/Open-APIs-Protocols/AMQP/AMQP-Protocol-Conformance.htm#Sec4-1. It's been a while since I used the Solace AMQP 1.0 implementation,

Re: Transaction Support for AMQP 1.0 java client

2019-02-05 Thread Robbie Gemmell
The client itself supports local transactions, use the SESSION_TRANSACTED acknowledgement mode when creating the Session or JMSContext, and then you would need to commit/rollback the session/context after handling messages successfully or not. The client does not support distributed transactions en

Re: Transaction Support for AMQP 1.0 java client

2019-02-05 Thread Gordon Sim
On 05/02/19 14:43, jerrin94 wrote: Hii, I am using Apache Qpid JMS 2.0 Solace AMQP 1.0 implementation (qpid-jms-client-0.37.0) to connect to Solace message broker. Does this implementation provide transaction support. When receiving message from the queue, before registering in db the message

Transaction Support for AMQP 1.0 java client

2019-02-05 Thread jerrin94
Hii, I am using Apache Qpid JMS 2.0 Solace AMQP 1.0 implementation (qpid-jms-client-0.37.0) to connect to Solace message broker. Does this implementation provide transaction support. When receiving message from the queue, before registering in db the message should not get deleted from the queu

Re: [Issue] QPID PROTON with ruby 2.4.1

2019-02-05 Thread Gordon Sim
On 05/02/19 10:50, Marie Sacksick wrote: I am trying to use Qpid Proton 0.26.0 with the corresponding gem to exchange with Azure Eventhub. However, when using the method .receive on a Receiver, I have the following error: * Qpid::Proton::LinkError Exception: [-5]: # I am not familiar wi

[Issue] QPID PROTON with ruby 2.4.1

2019-02-05 Thread Marie Sacksick
Hello, I am trying to use Qpid Proton 0.26.0 with the corresponding gem to exchange with Azure Eventhub. However, when using the method .receive on a Receiver, I have the following error: * Qpid::Proton::LinkError Exception: [-5]: #http://www.domoscio.com/> www.domoscio.com --- L'a

Re: Forward messages from ActiveMQ to RabbitMQ via Qpid Dispatch Router

2019-02-05 Thread Gordon Sim
On 04/02/19 16:47, Icipher wrote: I'm trying to find a way to forward messages from ActiveMQ (component from Eclipse Hono) to RabbitMQ via a Qpid Dispatch Router. [...] I can connect to RabbitMQ but I can't forward the messages (telemetry adress) from to . (Queue shows 0 messages) What am I do