Re: Qpid resource adapter

2024-04-29 Thread Robbie Gemmell
There is no specific Resource Adapter for the client so you would need to use a generic one. Note however it still wouldnt support XA as the client and indeed protocol do not. On Mon, 29 Apr 2024 at 09:14, Boeltl, Stefan wrote: > > Dear community, > > I'm looking for a jca conformant (and XA enab

Qpid resource adapter

2024-04-29 Thread Boeltl, Stefan
Dear community, I'm looking for a jca conformant (and XA enabled) resource adapter using Qpid AMQP client (JMS 1.1 for javax would be best, but 2.0 for jakarta would also be great). Most solutions I could find so far seems to be outdated / not maintained and the mailing lists also only contain

Re: Qpid Resource Adapter only supports Queues and Topics, but not Fanouts?

2014-07-18 Thread Gordon Sim
On 07/17/2014 11:37 PM, Jeremy Wagner wrote: Hello everyone, I'm using the Java Connector Adapter (JCA) on GlassFish and am using it to connect to the C++ broker, where it has a fanout defined. However, it appears that the Qpid Resource Adapter only supports Queues and Topics when conne

Qpid Resource Adapter only supports Queues and Topics, but not Fanouts?

2014-07-17 Thread Jeremy Wagner
Hello everyone, I'm using the Java Connector Adapter (JCA) on GlassFish and am using it to connect to the C++ broker, where it has a fanout defined. However, it appears that the Qpid Resource Adapter only supports Queues and Topics when connecting to the C++ broker. Is there a way