Re: Advisory Messages & Camel Route & BodyNull

2010-03-11 Thread Tracy Snell
On Mar 10, 2010, at 2:19 PM, cmoulliard wrote: > I have defined a camel route to read messages published in the topics for > advisory > > ex : > >uri="activemq:topic:ActiveMQ.Advisory.Consumer.Queue.IN" /> > > > > > > Surprisingly, the body receive

Re: ActiveMQ-CPP: memory leak with persistent sendings?

2010-03-11 Thread Timothy Bish
On Thu, 2010-03-11 at 18:44 -0800, ironrooster wrote: > Hi, >I'm having a similar issue: using activeme-cpp 3.1.1, there is a large > memory leak when sending text messages. Here's a code snippet: > > > > Here's the setup in my run method: > { > // Create a ConnectionFactory >

Network connector and duplex settings

2010-03-11 Thread Ryan Moquin
I have a situation that might benefit from dynamically changing a networkconnector connection on a certain broker. Specifically I I wanted to ask what would happen if you had a networkconnector on one broker and a network connector on another broker, pointing to each other and both set to full dupl

Re: ActiveMQ-CPP: memory leak with persistent sendings?

2010-03-11 Thread ironrooster
Hi, I'm having a similar issue: using activeme-cpp 3.1.1, there is a large memory leak when sending text messages. Here's a code snippet: Here's the setup in my run method: { // Create a ConnectionFactory auto_ptr connectionFactory( ConnectionFactory::createCMSCo

Re: Configure ActiveMQ Client with a proxy

2010-03-11 Thread sivaprakash
hi .. any updates on this issue... brlima wrote: > > Hi All, > > I´m having a really dificult time to configure an ActiveMQ Client in a > Swing Project, where the client uses a proxy. I have no alternative to > turno off this proxy. And i´m not finding anything on how set it up. > > Does any

How to specify username and password for MessageListenerServlet

2010-03-11 Thread jackygurui
I understand that MessageListenerServlet uses WebClient to send/receive messages however I could not able to find out how to specify username/password for the broker to send message. Someone has mentioned here exactly two years ago, he only pointed out that this can be done though org.apache.activ

Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-11 Thread rodos77
In ActiveMQConnectionConsumer.dispatch() method, if the call to sessionPool.getServerSession() results in an Exception, the message being dispatched is never redelivered and is lost forever. In fact, it gets stuck in the dispatch queue and can result in no new messages at all being delivered to t

BlobMessage Corruption in OpenJDK?

2010-03-11 Thread Marc Weil
Hey all, I seem to have run into a strange problem, and I'm not sure if it's ActiveMQ's fault or not. I figured I'd ask if anyone here has heard of it just in case, though. So, I am using a BlobMessage to send a large message from a client to a server. The AMQ instance as well as the process list

JMS bridge with dynamic replayTo

2010-03-11 Thread miki79
I have activeMQ where I can connect with php to send and get messages, this activeMQ has the function to be a bridge to another JMS providers, so I need to setup activeMQ so I can send a message to a queue on activeMQ and it forwards the message to the other JMS provider. the other JMS provider s

ActiveMQ non-conformance to JMS Spec causing deadlock when using 3rd-party Resource Adapter

2010-03-11 Thread rodos77
The following is an excerpt from the JMS Spec 1.1: 8.2.3 ServerSessionPool .. If the ServerSessionPool is out of ServerSessions, the getServerSession() method may block. If a ConnectionConsumer is blocked, it cannot deliver new messages until a ServerSession

Multicast discovery doesn't seem to work currently.

2010-03-11 Thread Eric-AWL
Hi I'm currently in a situation where I have a (multicast discovery) network of brokers of some brokers (15). One component "A" has a network connector (duplex) to the 14 others which have an associated transport connector. The 14 others components discovered and connected themselves on the same

prefetchExtension off-by-1 for transacted consumers with prefetchSize > 0

2010-03-11 Thread rodos77
Hi, I've searched the forum and JIRA and have noticed that the prefetchExtension in PrefetchSubscription has caused grief before. However, I think there still a problem. First, I understand the purpose of the prefetchExtension for the case when prefetchSize = 0. It allows messages to be dispat

Re: WARN : AMQPersistenceAdapter - The ReferenceStore is not valid - recovering

2010-03-11 Thread Rob Davies
Yes 5.3.1 should be much better - can you try a snapshot of 5.3.1 ? On 11 Mar 2010, at 15:22, Roland Thomas Lichti wrote: > Hi Rob, > > Rob Davies schrieb: >> this happens when AMQ Store is not shutdown cleanly - the references have to >> be rebuilt from the transaction logs. Nothing to worry a

Re: WARN : AMQPersistenceAdapter - The ReferenceStore is not valid - recovering

2010-03-11 Thread Roland Thomas Lichti
Hi Rob, Rob Davies schrieb: > this happens when AMQ Store is not shutdown cleanly - the references have to > be rebuilt from the transaction logs. Nothing to worry about - but would > recommend KahadB is 5.3/5.3.1 > Well, after my experiences with kahaDB and 5.3 I would recommend waiting for

Re: LDAP Authorization

2010-03-11 Thread lhays
I am trying to prototype the use of ActiveMQ and openLDAP, and I am new to both applications. I see there are issues with the LDAPAuthorizationMap, (AMQ-826). I have successfully connected and sent messages/topics through a message broker using simpleAuthentication and authorizationEntries, (FUSE

Re: Scalability with ActimeMQ consumers

2010-03-11 Thread James Strachan
2010/3/11 Márcio Geovani Jasinski : > Hi, > > I have an application running with one producer and many consumers. > In a stress situation I know that we need between 10 and 15 consumers but > normally this number is not needed. > > What´s the best solution for scalability using ActiveMQ? > 1. Creat

Scalability with ActimeMQ consumers

2010-03-11 Thread Márcio Geovani Jasinski
Hi, I have an application running with one producer and many consumers. In a stress situation I know that we need between 10 and 15 consumers but normally this number is not needed. What´s the best solution for scalability using ActiveMQ? 1. Create maximum consumers (15) and leave them awaiting f

Re: Error in compiling Activemq-cpp using CC in solaris sparcv9

2010-03-11 Thread Timothy Bish
On Thu, 2010-03-11 at 03:59 -0800, Radha Manickam wrote: > Hi, > > While compiling Activemq-cpp using CC in solaris 5.9 i got the following > error: > > "./decaf/util/Map.h", line 50: Error: Non-virtual function > decaf::util::Map decaf::lang::AtomicRefCounter>, std::less>::Entry::getKey() const

Re: WARN : AMQPersistenceAdapter - The ReferenceStore is not valid - recovering

2010-03-11 Thread cmoulliard
According to the client, it seems that the store has been shutdown cleanly. If you propose that the client migrate from AMQStore to KahaDB, do you have a patch that we can use to migrate a AMQstore into a KahaDB when we only have one broker on the production env ? Kind regards, Charles rajdav

Re: RejectedExecutionException and Message stalled in AMQ 4

2010-03-11 Thread easyl
solution found. The AMQ4 is run embedded in geronimo2.1. And the default thread pool has only size from 30 for the whole system. so.increase the ConnectorThreadPool prevent such RejectedExecutionException http://cwiki.apache.org/GMOxDOC22/monitoring-thread-pools.html -- View this message i

Re: WARN : AMQPersistenceAdapter - The ReferenceStore is not valid - recovering

2010-03-11 Thread Rob Davies
this happens when AMQ Store is not shutdown cleanly - the references have to be rebuilt from the transaction logs. Nothing to worry about - but would recommend KahadB is 5.3/5.3.1 On 11 Mar 2010, at 12:14, cmoulliard wrote: > > Hi, > > How can we interpret this WARN message : > > 2010-03-04

WARN : AMQPersistenceAdapter - The ReferenceStore is not valid - recovering

2010-03-11 Thread cmoulliard
Hi, How can we interpret this WARN message : 2010-03-04 11:16:34,652 WARN AMQPersistenceAdapter - Waiting to Lock the Store /mnt/export/activemq/data 2010-03-04 11:18:36,960 WARN AMQPersistenceAdapter - The ReferenceStore is not valid - recovering Is there any issue beh

Error in compiling Activemq-cpp using CC in solaris sparcv9

2010-03-11 Thread Radha Manickam
Hi, While compiling Activemq-cpp using CC in solaris 5.9 i got the following error: "./decaf/util/Map.h", line 50: Error: Non-virtual function decaf::util::Map, std::less>::Entry::getKey() const declared pure. "./decaf/util/Map.h", line 65: Where: While specializing "decaf::util::Map, std::l

Re: Delay messages with Stomp: connection reset

2010-03-11 Thread mjustin
Hi Dejan, Dejan Bosanac wrote: > > > it'd be great to make this work for Stomp. Any contribution is welcome. > For > starters, let's create a Jira issue to track this requirement. > > I have created https://issues.apache.org/activemq/browse/AMQ-2646 Regards, - Michael Justin SCJP, S

Re: AMQ-2379: query statistics with Stomp

2010-03-11 Thread mjustin
I blogged about it now at http://mikejustin.wordpress.com/2010/03/11/query-statistics-for-apache-activemq-with-delphi/ Cheers, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://www.mikejustin.com - http://www.betabeans.de -- View this message i

Re: AMQ-2379: query statistics with Stomp

2010-03-11 Thread Dejan Bosanac
Great, looking forward to it. It'd be great to update the stomp doc as well with these info (and a simple example) Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.