RE: Qpid JMS 0.9.0 receive() hanging (issue relates to Artemis; works on ActiveMQ)

2016-04-25 Thread Matthew Karlsen
ote: >> On 25/04/16 09:30, Matthew Karlsen wrote: >>> >>> Hello All, >>> >>> Since my last post to this list I have constructed send and recv >>> clients using both JMS and Reactor. Overall they work well and are >>> robust, and fix the is

Qpid JMS 0.9.0 receive() hanging (issue relates to Artemis; works on ActiveMQ)

2016-04-25 Thread Matthew Karlsen
Hello All, Since my last post to this list I have constructed send and recv clients using both JMS and Reactor. Overall they work well and are robust, and fix the issues I was encountering when using Messenger (I was on the wrong track using Reactor at one point but Robbie Gemmell pointed out my m

RE: Reactor Heartbeat [was: RE: Rapid generation of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable]

2016-04-08 Thread Matthew Karlsen
l hidden behind tick(), so are you achieving that via reflection? Robbie On 6 April 2016 at 10:20, Matthew Karlsen wrote: > Hello All, > > After being directed towards the Proton-J reactor (away from the messenger), > I have been experimenting with reactor. I modified the supplied

Reactor Heartbeat [was: RE: Rapid generation of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable]

2016-04-06 Thread Matthew Karlsen
ornetQ stopped/becomes unavailable On 18 March 2016 at 12:15, Matthew Karlsen wrote: > Hello All, > > We have a queue running in HornetQ 2.4.0 (embedded within Wildfly), with a > Proton-J 0.12.0 client periodically connecting to this queue. > > If HornetQ stops or becomes unavail

RE: Rapid generation of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable

2016-03-21 Thread Matthew Karlsen
on of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable On 18 March 2016 at 12:15, Matthew Karlsen wrote: > Hello All, > > We have a queue running in HornetQ 2.4.0 (embedded within Wildfly), with a > Proton-J 0.12.0 client periodically connecting to this queu

Rapid generation of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable

2016-03-19 Thread Matthew Karlsen
Hello All, We have a queue running in HornetQ 2.4.0 (embedded within Wildfly), with a Proton-J 0.12.0 client periodically connecting to this queue. If HornetQ stops or becomes unavailable when the Proton-J client is running, the Proton-J client continually generates exceptions similar to that b

RE: Newbie Question: Adding Fields/Properties to Messages

2016-02-08 Thread Matthew Karlsen
You can. See https://qpid.apache.org/releases/qpid-proton-0.11.1/proton/java/api/org/apache/qpid/proton/message/impl/MessageImpl.html#setApplicationProperties%28org.apache.qpid.proton.amqp.messaging.ApplicationProperties%29 for instance. Regards, Matthew -Original Message- From: Flores,

Sending/retrieving larger messages using Proton-J?

2016-01-26 Thread Matthew Karlsen
Hello all, I am presently trying to send a 1.4 meg PDF in a message and am encountering substantial difficulties. I have tried various combinations (though my central aim is to use Proton-J). Combinations as follows: Qpid Proton-J 0.11.1 to HornetQ 2.4.0 Final to Qpid Proton-J 0.11.1 Qpid Proto

RE: download file contains almost nothing

2016-01-26 Thread Matthew Karlsen
That link is to the download page, you then choose a mirror to download from. (I have previously made that mistake too.) Regards, Matthew -Original Message- From: WANG Hui [mailto:hui.w...@murex.com] Sent: 26 January 2016 10:30 To: users@qpid.apache.org Subject: download file contains a

RE: "unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-28 Thread Matthew Karlsen
rdless...changing them also wouldnt significantly alter the idle timeout behaviour since the brokers use of the protocol engine would still need updated to actually hook up the idle-timeout config+handling. Robbie On 28 October 2015 at 12:08, Matthew Karlsen wrote: > Hello, > > T

RE: "unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-28 Thread Matthew Karlsen
id.apache.org Subject: Re: "unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final). - Original Message - > From: "Gordon Sim" > To: users@qpid.apache.org > Sent: Tuesday, October 27, 2015 3:24:37 PM > Su

"unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-27 Thread Matthew Karlsen
Hello again, Last time I contacted the list I was having issues with the basic sending and receiving of AMQP messages to/from HornetQ. I have got quite a bit further by myself (+ docs & e.g.s) but am sorry to say that I am stumped again... I have got HornetQ and the Qpid Proton examples configu

RE: Basic send/receive AMQP message to HornetQ server using Python

2015-10-23 Thread Matthew Karlsen
ceive AMQP message to HornetQ server using Python On 10/23/2015 09:00 AM, Matthew Karlsen wrote: > Hello, > > I am currently attempting to use the code on > https://qpid.apache.org/releases/qpid-proton-0.10/proton/python/tutorial/tutorial.html > to send and receive a me

Basic send/receive AMQP message to HornetQ server using Python

2015-10-23 Thread Matthew Karlsen
Hello, I am currently attempting to use the code on https://qpid.apache.org/releases/qpid-proton-0.10/proton/python/tutorial/tutorial.html to send and receive a message to a HornetQ server. (Slightly modified code below...) I have set up a HornetQ core queue called exampleQueue1 to connect to