Re: C++ Qpid Messaging API & Broker

2014-03-15 Thread Mark Barker
please ignore previous msg - it shouldn't be in this persistence thread!! - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org

C++ Qpid Messaging - API & Broker

2014-03-15 Thread Mark Barker
(don't know how this got into the other thread - sorry, trying again...) So I've been looking at running Qpid's C++ broker and a client on an embedded target. I need to transit some traffic from JMS clients and brokers on workstations and route it elsewhere via an embedded platform. One thing I'

C++ Qpid Messaging API & Broker

2014-03-15 Thread Mark Barker
So I've been looking at running Qpid's C++ broker and a client on an embedded target. I need to transit some traffic from JMS clients and brokers on workstations and route it elsewhere via an embedded platform. One thing I've found is that some fairly innocuous looking Qpid receiver code runni

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 Mark Barker
24 and 0.26 to see >> if there is anything obvious... Can you confirm which version of ActiveMQ >> you are using? >> >> Thanks, >> Rob >> >> >>> On 20 February 2014 05:42, Mark Barker wrote: >>> >>> Thanks Rob & Robbie. That

Re: New User JMS API Questions

2014-02-19 Thread Mark Barker
Thanks Rob & Robbie. That's quick stuff. I did manage to do an ant build (was all a bit fingers-crossed, since I'd never even touched subversion before - but it seemed to work), but it was good to have the build from the experts to have to try too! I will need to do some more testing tomorrow

Re: New User JMS API Questions

2014-02-19 Thread Mark Barker
, please let me know what else I can provide to understand this issue! I can include code. It’s only for testing purposes anyway. Thanks, Mark. Sent from my iPhone > On Feb 19, 2014, at 1:51, Rob Godfrey wrote: > > Hi Mark, > >> On 19 February 2014 05:23, Mark Barker wrote: >

Re: New User JMS API Questions

2014-02-18 Thread Mark Barker
odfrey Sent: Monday, February 17, 2014 5:54 PM To: users@qpid.apache.org Subject: Re: New User JMS API Questions On 18 February 2014 01:11, Mark Barker wrote: Robbie, thanks again for your answers. As for your first suggestion: "connecting an ActiveMQ JMS client to the ActiveMQ broker

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-13 Thread Mark Barker
e same way: http://qpid.apache.org/releases/qpid-0.24/programming/book/section-addresses.html Some details of the expanded BindingURL format usable in the "destination." JNDI entries is at: https://cwiki.apache.org/confluence/display/qpid/BindingURLFormat You can change the clients default sy

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