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
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
>>
>>
>&
[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
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
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
-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
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
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