Re: Connection problem in using Activemq-CPP

2011-06-08 Thread Radha Manickam
Hi Tim, I didnt get any error. But the sample application i hanging somewhere. So I have added some debug strings in the activemq library and tried. It is hanging in the method Connection->Start. After some debugging i found that it got struck in the method syncRequest in the ActiveMQConnection

Re: bridge HornetQ and ActiveMQ

2011-06-08 Thread Mark W
That looks like it would work. I'm not sure on the configuration and have been working that for a while with no success. On Wed, Jun 8, 2011 at 9:22 AM, Torsten Mielke wrote: > You should be able to use Camel to bridge both JMS systems. Camel can > work with different JMS providers. > See http:

RE: Not able to load-balance messages in a cluster using PrefetchPolicy

2011-06-08 Thread Idzerda, Edan
Have you tried prefetch=0 ? I was doing some similar testing a while ago and as I recall, prefetch=0 was the setting that behaved best for my round-robin consumer setup. From: Joe Smith [mailto:joesmithc...@yahoo.com] Sent: Wednesday, June 08, 2011 5:32 PM To: users@activemq.apache.org Subject

Re: Connection problem in using Activemq-CPP

2011-06-08 Thread Timothy Bish
On Tue, 2011-06-07 at 21:43 -0700, Radha Manickam wrote: > Hi Tim, > > I am using in the sameway that in the sample given in activemq-cpp. > > I am attaching the Makefile for the library with this reply. > And the arguments for Makefile is as follows: > > make OS=hp-ux ARCH=64 VERSION=6.0.0.2000

Not able to load-balance messages in a cluster using PrefetchPolicy

2011-06-08 Thread Joe Smith
Hi,   We are using 5.4.2 running on Linux w/Java 1.6.   The cluster has 3 primary brokers and corresponding slaves (residing on separate hosts).  We have 3 msg consumer processes  (using Springframework w/3 concurrent threads each), connected to each broker.  Occasionally a consumer process

Kahadb Corruption Scenarios

2011-06-08 Thread Ozan Seymen
Hi all, Can you please explain the scenarios where we might have AMQ message storage (kahadb) corrupted in a way that it is not recoverable? In the solution I am working on, I simply cannot afford to lose any messages. In order to secure this, I will: * Rely on transactions on the pub

AMQ-3353 Durable subscribers on durable topics don't receive messages after network disconnect

2011-06-08 Thread sfali16
Issue Type: Bug Components: Broker Affects Versions: 5.5.0, 5.3.1 Environment: Windows & Linux JDK 1.6 Reporter: Syed Faraz Ali I've set up a durable topic with the default (persistent) delivery mode on one machine that is publishing a simple text

Re: War stories plus Hints & Tips wanted for ActiveMQ in a JBoss clustering context

2011-06-08 Thread Torsten Mielke
See http://activemq.apache.org/topologies.html and http://activemq.apache.org/networks-of-brokers.html for a start. Torsten Mielke FuseSource.com tmielke.blogspot.com

Re: bridge HornetQ and ActiveMQ

2011-06-08 Thread Torsten Mielke
You should be able to use Camel to bridge both JMS systems. Camel can work with different JMS providers. See http://camel.apache.org/jms.html for more details. Torsten Mielke FuseSource.com tmielke.blogspot.com

Re: Monitoring of expired messages in activemq

2011-06-08 Thread Torsten Mielke
Each destination also exposes the JMX property ExpiredCount. So using jconsole you can also get these numbers. Torsten Mielke FuseSource.com tmielke.blogspot.com

Re: Active MQ as bridge or something else ?

2011-06-08 Thread Torsten Mielke
Hello Prasad, >I loose network connection with this remote Queue and my Java client running on my Unix box does not work thereafter Have a look at the failover protocol: http://activemq.apache.org/failover-transport-reference.html >What I would like to do is You can connect your local broker to t

Re: Limiting the size of a queue

2011-06-08 Thread igrahami
Hi, yes thanks for the reply, that was what I had been playing around with to try and get it to work. I just came across this blog: http://blog.garytully.com/2009/01/activemq-systemusage-xml-configuration.html and that has sorted it for me. I had systemUsage within a producerSystemUsage block bu

RE: Dynamic Queue Creation Issue

2011-06-08 Thread Yuvaraj Vanarase
I think images are not allowed inside email. Here is the text view: Consumers are not consuming any thing, just stopped getting messages: IS.JMS.QUEUE_2$1 494 5 2082 1588 Browse

Re: KahaDB storage size grows despite almost no pending messages

2011-06-08 Thread James Green
I experienced the same. To debug add the following to your log4j.properties file (if needed): log4j.appender.kahadb=org.apache.log4j.RollingFileAppender log4j.appender.kahadb.file=${activemq.base}/data/kahadb.log log4j.appender.kahadb.maxFileSize=1024KB log4j.appender.kahadb.maxBackupIndex=5 log4j

Re: Integrate own Authentication map

2011-06-08 Thread Laures
Default configuration with STOMP until: In the end i want to inject my own authorization map into the default authorizationPlugin. PS: if i deactivate the validation i get the exception i described here: http://activemq.2283324.n4.nabble.com/Configuration-of-Custom-Plugins-wi

Configuration of Custom Plugins with "bean"-Tags inside the Plugin-Tag causes Exception

2011-06-08 Thread Laures
The Documentation says its possible to configure your own plugins like that: I tried this with on ActiveMQ 5.5 the following way: I am aware that I'm not configuring an authentication map, this was only a test. In the end i want to configure another bean tha

Re: Integrate own Authentication map

2011-06-08 Thread Dejan Bosanac
Can you share the configuration you're trying? Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jun 7, 2

Re: Stomp EOFException logged

2011-06-08 Thread Dejan Bosanac
There is no such timeout on the broker side. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jun 7, 201