Re: VM transport

2011-08-12 Thread Martin C.
Hi, On Fri, Aug 12, 2011 at 9:35 PM, Mohit Anchlia wrote: > Thanks! Slightly different question. Is there any reason why one > shouldn't use vm transport? Often it is sensible to have the broker as an external running application, so it is available for procuders / consumers in other processes e

Re: Monitoring when there are no consumers for a destination

2011-08-12 Thread Martin C.
Hi, On Fri, Aug 12, 2011 at 11:47 PM, agujral wrote: > Sorry I was not very clear in my initial post. I want to  know if consumer > count is zero even if I dont know the queue name. The above mentioned checks > will work only when I know the queuename which I dont know in this > particular case.

Re: Monitoring when there are no consumers for a destination

2011-08-12 Thread agujral
Sorry I was not very clear in my initial post. I want to know if consumer count is zero even if I dont know the queue name. The above mentioned checks will work only when I know the queuename which I dont know in this particular case. -- View this message in context: http://activemq.2283324.n4.

Re: Installing and configuring as VM

2011-08-12 Thread Fengming Lou
There a few ways of doing. The documentation is at: http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html You can also use the following to config embedded broker via brokerConfig transport: vm://localhost?brokerConfig=xbean:activemq.xml Or, together with broker for simple

Installing and configuring as VM

2011-08-12 Thread Mohit Anchlia
By VM transport I am assuming that I can run apacheMQ inside my application server mule. I am looking for instructions on how I can install and configure inside app server.

Re: VM transport

2011-08-12 Thread Mohit Anchlia
Thanks! Slightly different question. Is there any reason why one shouldn't use vm transport? On Fri, Aug 12, 2011 at 12:28 PM, Hervé BARRAULT wrote: > Hi, > you can activate the persistence by using the KahaDB persistence adapter ( > http://activemq.apache.org/kahadb.html). > > > 2011/8/12 Mohit

Re: VM transport

2011-08-12 Thread Hervé BARRAULT
Hi, you can activate the persistence by using the KahaDB persistence adapter ( http://activemq.apache.org/kahadb.html). 2011/8/12 Mohit Anchlia > I am looking at using ActiveMQ. When using vm transport is data > persisted on the disk or is it always in memory? For eg: if I send > message and wa

VM transport

2011-08-12 Thread Mohit Anchlia
I am looking at using ActiveMQ. When using vm transport is data persisted on the disk or is it always in memory? For eg: if I send message and want it to be persisted in case VM crashed after that. Can I do that?

Re: Restarting ActiveMq removes/cleans all persisted messages/queues/topics

2011-08-12 Thread pol_ice
Hi folks, Did I provide enough information in the above post? Please ask if anything else is needed. This issue is quite weird and we need to resolve it rather sooner than latter. -- View this message in context: http://activemq.2283324.n4.nabble.com/Restarting-ActiveMq-removes-cleans-all-persi

AcetiveMQ AJAX in Grail Application

2011-08-12 Thread bdrhoa
I downloaded the ActiveMQ binaries and got the demo to run fine. But I'm stuck getting anything to work in a Grails app. I added activemq-web-5.5.0.jar to my lib. But I don't know how to set the URI to point to it correctly. Do I need to do something the URL Mapping? Or? -- View this message

Re: activemq-rar-5.5.0.rar won't deploy in Weblogic 9.2 MP4

2011-08-12 Thread fhitchen
In case anyone else has this problem, it's real simple. AMQ 5.5 is built with Java 1.6. WL 9.2 MP4 is using Java 1.5. Somehow the class version mismatch error gets swallowed by WL leaving you scratching your head -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-rar

Re: How does prefetch work with client acknoledgements?

2011-08-12 Thread pwanner
Hi Martin, Thank you for your answer. It seems that the cache could be the source of the problem as Gary also pointed that out Gary Tully wrote: > > does the message appear as inflight to any consumer? What is the > inflight count on the destination? If it is >1 you should be able to > track i