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
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.
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.
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
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.
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
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
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?
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
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
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
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
12 matches
Mail list logo