Re: New User JMS API Questions

2014-02-20 Thread Robbie Gemmell
The patch was indicated to have been tested against the ActiveMQ trunk / 5.10-SNAPSHOT, so something probably changed on the ActiveMQ side since 5.9.0 was released. Probably this: https://issues.apache.org/jira/browse/AMQ-4741 Robbie On 21 February 2014 00:49, Rob Godfrey wrote: > On 21 Februa

Re: New User JMS API Questions

2014-02-20 Thread Mark Barker
he test environment/scenario. Thanks again, Mark. -Original Message- From: Rob Godfrey Sent: Thursday, February 20, 2014 5:49 PM To: users@qpid.apache.org Subject: Re: New User JMS API Questions On 21 February 2014 01:38, Rob Godfrey wrote: On 21 February 2014 01:15, Mark Barker w

Re: New User JMS API Questions

2014-02-20 Thread Rob Godfrey
On 21 February 2014 01:38, Rob Godfrey wrote: > > > > On 21 February 2014 01:15, Mark Barker wrote: > >> Thanks for the help, Rob. >> Here's some more feedback from today's experiments. >> >> I tried the setDeliveryMode on my 'basic' producer client (AMQP 1.0 >> client interacting only with Acti

Re: New User JMS API Questions

2014-02-20 Thread Rob Godfrey
nt seems to > hang on > >>> the producer.send() call with this 0.27 client (with the ActiveMQ > broker on > >>> its AMQP transport connector). The message has indeed been placed in > the > >>> queue nominated on the broker, since if I CTRL-C out of the producer

Re: New User JMS API Questions

2014-02-20 Thread Mark Barker
API >>> test .jar), the message is subsequently received seemingly intact (at least >>> the TextMessage body is as expected). >>> >>> More news tomorrow, but I wanted you to know this bit. >>> >>> Thanks again for your help thus far. >>

Re: New User JMS API Questions

2014-02-20 Thread Rob Godfrey
t;> >> More news tomorrow, but I wanted you to know this bit. >> >> Thanks again for your help thus far. >> >> Mark. >> >> >> >> -Original Message- From: Robbie Gemmell >> Sent: Wednesday, February 19, 2014 5:09 PM >> >> To:

Re: New User JMS API Questions

2014-02-20 Thread Rob Godfrey
y received seemingly intact (at least > the TextMessage body is as expected). > > More news tomorrow, but I wanted you to know this bit. > > Thanks again for your help thus far. > > Mark. > > > > -Original Message- From: Robbie Gemmell > Sent: Wednesday, F

Re: New User JMS API Questions

2014-02-19 Thread Mark Barker
ected). More news tomorrow, but I wanted you to know this bit. Thanks again for your help thus far. Mark. -Original Message- From: Robbie Gemmell Sent: Wednesday, February 19, 2014 5:09 PM To: users@qpid.apache.org Subject: Re: New User JMS API Questions I forced the nightly releas

Re: New User JMS API Questions

2014-02-19 Thread Robbie Gemmell
If this is the case, what is the best way to solve this problem. > >>> >> If msg has a number of header and application-defined property > >>> attributes > >>> >> (never minding the body), how exactly is client2 supposed to > >>> copy/prese

Re: New User JMS API Questions

2014-02-19 Thread Rob Godfrey
pposed to >>> copy/preserve >>> >> them all across into a TextMessage object implementation suitable for >>> >> delivery to Q2. Will client2 need to know the exact structure of the >>> >> messages in order to deconstruct and reconstruct to satisfy the &

Re: New User JMS API Questions

2014-02-19 Thread Rob Godfrey
e >> > created or received from a different JMS provider... these are known as >> > "foreign" messages in JMS terms. The exception is that Destinations >> (such >> > as those found in the JMSReplyTo field) are provider specific. However >> if >&

Re: New User JMS API Questions

2014-02-19 Thread Rob Godfrey
#x27;t believe > > there should be any other issues as long as the messages are conformant > > with the JMS specification (note that many providers may "extend" the JMS > > specification to allow for non standard behaviours such as allowing map > > messages t

Re: New User JMS API Questions

2014-02-19 Thread Mark Barker
your > issue... the error you are seeing sounds more like it is to do with trying > to send to a queue which doesn't exist, however I can't find the error text > you pasted in the Qpid codebase anywhere... Would it be possible to paste > in the complete stack trace (or at least all the bits th

Re: New User JMS API Questions

2014-02-19 Thread Rob Godfrey
lete stack trace (or at least all the bits that are within the qpid code if you want to remove any confidential parts from your own program)? Thanks, Rob > As ever, any help with this would be hugely appreciated... > Thanks in advance, > Mark. > > > -Original Message---

Re: New User JMS API Questions

2014-02-18 Thread Mark Barker
neral instead of p2p/pub-sub). Is that syntax a feature of the AMQP protocol, or something specific to the Qpid client or ActiveMQ broker? I can't find much mention of it anywhere. That's something specific to the ActiveMQ broker. Thanks again for giving these questions your atte

Re: New User JMS API Questions

2014-02-17 Thread Rob Godfrey
s something specific to the ActiveMQ broker. > Thanks again for giving these questions your attention!! > > > -- Rob > > -Original Message- From: Robbie Gemmell > Sent: Saturday, February 15, 2014 2:57 PM > > To: users@qpid.apache.org > Subject: Re: New User JMS

Re: New User JMS API Questions

2014-02-17 Thread Mark Barker
ell Sent: Saturday, February 15, 2014 2:57 PM To: users@qpid.apache.org Subject: Re: New User JMS API Questions On 14 February 2014 04:55, Mark Barker wrote: If anyone has a tried this, or can confirm: will it be possible to have a JMS client using an ActiveMQ broker on one machine (or maybe a p

Re: New User JMS API Questions

2014-02-16 Thread Robbie Gemmell
On 16 February 2014 09:53, Fraser Adams wrote: > On 15/02/14 21:55, Robbie Gemmell wrote: > >> [snip] >> >> >> In terms of a 'topic', this needs to be something that supports the >> semantics of the pub-sub model, but there are a number of ways to achieve >> that. We currently have brokers that ha

Re: New User JMS API Questions

2014-02-16 Thread Fraser Adams
On 15/02/14 21:55, Robbie Gemmell wrote: [snip] In terms of a 'topic', this needs to be something that supports the semantics of the pub-sub model, but there are a number of ways to achieve that. We currently have brokers that have models containing 'exchanges' that have been used for that histo

Re: New User JMS API Questions

2014-02-15 Thread Robbie Gemmell
nest. > Thanks once again for all the help as I get to grips with this new subject > matter. > > Mark > > > > -Original Message- From: Robbie Gemmell > Sent: Wednesday, February 12, 2014 11:09 AM > > To: users@qpid.apache.org > Subject: Re: New User JMS API

Re: New User JMS API Questions

2014-02-15 Thread Robbie Gemmell
hanges with AMQP 1.0? > > Thanks, Jan > > > -Original Message- > > From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] > > Sent: Wednesday, February 12, 2014 7:09 PM > > To: users@qpid.apache.org > > Subject: Re: New User JMS API Questions > > > &

Re: New User JMS API Questions

2014-02-13 Thread Mark Barker
w subject matter. Mark -Original Message- From: Robbie Gemmell Sent: Wednesday, February 12, 2014 11:09 AM To: users@qpid.apache.org Subject: Re: New User JMS API Questions Hi Mark, Is your work email address registered on the list? if not the message may be awaiting moderation. P

RE: New User JMS API Questions

2014-02-13 Thread Jan Bares
rg > Subject: Re: New User JMS API Questions > > Hi Mark, > > Is your work email address registered on the list? if not the message may > be awaiting moderation. > > Part of the issue is that you are definitely tripping up on a mixture of > JNDI configuration, some of

Re: New User JMS API Questions

2014-02-12 Thread Robbie Gemmell
Hi Mark, Is your work email address registered on the list? if not the message may be awaiting moderation. Part of the issue is that you are definitely tripping up on a mixture of JNDI configuration, some of which is of the newer 'Address' syntax variety and some which is of the older 'Binding UR

New User JMS API Questions

2014-02-11 Thread Mark Barker
Apologies in advance if this shows up twice, but I seem to have had problems sending from my work account... --- Hello. I have been playing around with the Hello.java example that came with qpid-java-client-0.24.tar.gz. I have installed the qpidd package (the broker) on a Ubuntu 12.04 LTS pl