RE: Has anyone tried Bridging between Qpid and ActiveMQ?

2011-12-08 Thread Ilyushonak Barys
Fraser, There is a great possibility to run an camel route (http://camel.apache.org/) inside Active MQ. It works like a bridge between qpid and Active MQ. It needs something like In activemq.xml camel-bridge.xml my looks like http://www.springframework.org/schema/beans"; xmlns:xsi="h

Re: Has anyone tried Bridging between Qpid and ActiveMQ?

2011-12-08 Thread Siddhesh Poyarekar
On Thu, Dec 08, 2011 at 07:28:46PM +, Fraser Adams wrote: > Hi All, > Has anyone tried Bridging between Qpid and ActiveMQ? > > I've got a colleague at work who's got a project that uses ActiveMQ > and he's keen to get messages from my Qpid broker (obviously I > suggested he switches to Qpid :-

Has anyone tried Bridging between Qpid and ActiveMQ?

2011-12-08 Thread Fraser Adams
Hi All, Has anyone tried Bridging between Qpid and ActiveMQ? I've got a colleague at work who's got a project that uses ActiveMQ and he's keen to get messages from my Qpid broker (obviously I suggested he switches to Qpid :-)) I'm thinking that the only way to achieve this might be to create

Performance tuning: was Re: QMF Unbinding causes "SessionException: timed out waiting for completion"

2011-12-08 Thread Fraser Adams
Hi again Ted, Actually there's one other thing that you may be able to help with (since you clearly know about flow-control). There's a little side project I'm working on when I get bored with the QMF stuff where I'm looking at differences between the C++ qpid::client and qpid::messaging APIs

Re: QMF Unbinding causes "SessionException: timed out waiting for completion"

2011-12-08 Thread Fraser Adams
Thanks for your response Ted, I'll have a play and see if I can get further. TBH I was planning on invoking the queue purge method as an experiment. I think what your response it telling me is that there's a slightly more scientific approach. This is really useful info I'm afraid that I don't

Re: Federation link drops messages when one destination queue is full?

2011-12-08 Thread Gordon Sim
On 12/08/2011 03:24 PM, Pavel Moravec wrote: Hi, I spotted a weird behavior of queue route when destination broker rejects a message due to one full queue. See this scenario: (dst-broker): qpid-config add exchange fanout my_exchange qpid-config add queue limited_queue --max-queue-count=10 qpid-

Re: Qpid clustering with cman

2011-12-08 Thread Pavel Moravec
Hi, this is a known issue, see https://issues.apache.org/jira/browse/QPID-3483. Some background: corosync has not authenticated qpidd process to access its CPG methods. Without CMAN in use, the access is allowed by /etc/corosync/uidgid.d/qpidd file. However, CMAN configuration (cluster.conf) si

Qpid clustering with cman

2011-12-08 Thread David Zhou
Hi all, I set up a 2-nodes Qpid cluster (0.12) which is synchronized by corosync (1.4.2). The cluster works fine except running with cman to avoid split-brain. It's said that settings of corosync.conf would be replaced by cluster.conf, but from the following trial and error it seems that corosync

Qpid clustering with cman

2011-12-08 Thread David Zhou
(nabble link: http://apache-qpid-users.2158936.n2.nabble.com/Qpid-clustering-with-cman-td7073352.html ) Hi all, I set up a 2-nodes Qpid cluster (0.12) which is synchronized by corosync (1.4.2). The cluster works fine except running with cman to avoid split-brain. It's said that settings of corosy

Federation link drops messages when one destination queue is full?

2011-12-08 Thread Pavel Moravec
Hi, I spotted a weird behavior of queue route when destination broker rejects a message due to one full queue. See this scenario: (dst-broker): qpid-config add exchange fanout my_exchange qpid-config add queue limited_queue --max-queue-count=10 qpid-config add queue unlimited_queue qpid-config bi

Re: problem with qpid heartbeats when sending msgs with size over 1KB

2011-12-08 Thread Tom M
Gordon, thank you for your response. Yes, the test with larger message has failed every time. I will look at sending the trace logs and a thread dump from the client from our system. thanks, Tom Maggio Raytheon Co. Dallas, TX 972/205-4377 On Wed, Dec 7, 2011 at 8:37 AM, Gordon Sim wrote: > On

Re: Any instructions on how to run the Qpid examples?

2011-12-08 Thread Darryl L. Pierce
On Wed, Dec 07, 2011 at 06:50:12PM -0500, Glen Mazza wrote: > Hello, I was able to run the "Hello" and "MapSender/MapReceiver" > examples available in the Qpid Java client download by following the > README but there appear to be several more examples within the > various packages under the "exampl