RE: Problems using Qpid Proton-J with Artemis Core [solved]

2016-08-09 Thread Andy Redhead
aylor Subject: Re: Problems using Qpid Proton-J with Artemis Core Andy, Sorry, maybe missed a step here. What does your client look like? What are its maven dependencies? FWIW, I would expect amqp to work regardless of underlying impl. May be something is missing from your side, or you're

Re: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Martyn Taylor
EMIS-674 > > Thank you. > >> >> >> Cheers, Andy >> >> From: Martyn Taylor [mailto:mtay...@redhat.com] >> Sent: 09 August 2016 13:40 >> To: Andy Redhead >> Subject: Re: Problems using Qpid Proton-J with Artemis Core >> >> >&

Re: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread John D. Ament
[mailto:mtay...@redhat.com] > Sent: 09 August 2016 13:40 > To: Andy Redhead > Subject: Re: Problems using Qpid Proton-J with Artemis Core > > > On Tue, Aug 9, 2016 at 1:01 PM, Andy Redhead > wrote: > Hi, > > I've attached all the files, hopefully they will go thro

RE: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Andy Redhead
he only Artemis dependency I'm including in the server build is: compile group: 'org.apache.activemq', name: 'artemis-server', version: '1.3.0' Cheers, Andy -Original Message- From: Martyn Taylor [mailto:mtay...@redhat.com] Sent: 09 August 2016 12:32 To: users@a

RE: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Andy Redhead
t a transaction if one is being created for me... Cheers, Andy -Original Message- From: Andy Redhead Sent: 09 August 2016 13:01 To: users@activemq.apache.org; 'mtay...@redhat.com' Subject: RE: Problems using Qpid Proton-J with Artemis Core Hi, I've attached all the file

RE: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Andy Redhead
-Original Message- From: Martyn Taylor [mailto:mtay...@redhat.com] Sent: 09 August 2016 12:32 To: users@activemq.apache.org Subject: Re: Problems using Qpid Proton-J with Artemis Core Hi Andy, The attachments don't seem to have come through for me? Could you please send over the broker.xml

Re: Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Martyn Taylor
Hi Andy, The attachments don't seem to have come through for me? Could you please send over the broker.xml and your log out put and I will take a look. I noticed you referred to the docs from 1.0.0, we're up to 1.3.0 now I would use the latest version of the broker and docs. Thanks Martyn On

Problems using Qpid Proton-J with Artemis Core

2016-08-09 Thread Andy Redhead
Hi, I'm new to Artemis and AMQP so it's quite likely I'm doing something stupid... I'd like to be able to send messages from an AMQP client through Artemis to a Java client (running in the same JVM as Artemis, using an in-VM connector). For now, the remote client is written in Java using the Ap