File not found exception when setup share file system master/slave

2010-05-26 Thread viola.lu
Hi, i tried to setup share file system master/slave on activemq 5.3.2 , my activemq.xml is updated as below: http://activemq.apache.org/schema/core"; brokerName="share" useJmx="false" deleteAllMessagesOnStartup="true" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true">

Re: Where is the data stored using embedded broker?

2010-05-26 Thread test4john
OK. found in tomcat log: 2010-05-26 15:51:49,071 [Thread-2 ] INFO KahaStore - Kaha Store using data directory activemq-data\localhost\kr-store\data however, still cannot locate thie activemq-data directory ... test4john wrote: > > Using activemq with tomcat, wor

Where is the data stored using embedded broker?

2010-05-26 Thread test4john
Using activemq with tomcat, works fine but could not find directory like data/kahadb as in standalone mode. plz help. thanks! -- View this message in context: http://old.nabble.com/Where-is-the-data-stored-using-embedded-broker--tp28685240p28685240.html Sent from the ActiveMQ - User mailing li

Re: ActiveMq integration with Spring 2.5

2010-05-26 Thread zzcat
Thanks bsnyder, The question on stackoverflow was my question. Thanks for your answer. But even I update it to 2.5.6, it still doesn't work. Here is part of my config file, I've been struggle with this for two days, I don't know if their are other ways to get transactions to work :

Re: Which configuration option ?

2010-05-26 Thread James Casey
Hi Gareth, you use the attribute deleteAllMesagesOnStartup="true" on the broker element: cheers, James. On 26 May 2010 16:56, gng wrote: > > I'd like to delete all queues and topics (and all messages in them) when I > restart ActiveMQ. In other word

Re: Which configuration option ?

2010-05-26 Thread Joe Fernandez
Try 'deleteAllMessagesOnStartup'. http://activemq.apache.org/broker-uri.html Joe ActiveMQ Ref Guide - http://bit.ly/AMQRefGuide gng wrote: > > I'd like to delete all queues and topics (and all messages in them) when I > restart ActiveMQ. In other words, I'd like to have an empty state. > >

Which configuration option ?

2010-05-26 Thread gng
I'd like to delete all queues and topics (and all messages in them) when I restart ActiveMQ. In other words, I'd like to have an empty state. Can anyone suggest a config parameter to do this and where it should be placed ? Thanks ! -- View this message in context: http://old.nabble.com/Which-c

Re: python lib to use with ActiveMQ

2010-05-26 Thread James Casey
Hi Mark. pyactivemq (http://code.google.com/p/pyactivemq/) used the ActiveMQ C++ library and gives the most coverage over the full feature set. Most of the other python libraries used for communicating to ActiveMQ use STOMP instead of Openwire and don't support JMS (but can interoperate with othe

python lib to use with ActiveMQ

2010-05-26 Thread Mark
I am working on a program written in python and would like to use ActiveMQ / JMS for the transport. I have googled for python JMS libraries and have found a few, but I am wondering if there is a preferred library that supports the full JMS spec. thanks

Re: ActiveMq integration with Spring 2.5

2010-05-26 Thread Bruce Snyder
On Tue, May 25, 2010 at 9:48 PM, zzcat wrote: > > Hi Gary , even if I updated my spring to 2.5.6 , I still got the same error. > Here is my stack trace. It says can't find > "org.springframework.transaction.support.TransactionSynchronizationUtils.sameResourceFactory" > > actually this method does

Re: ActiveMQ Durable Topics / Persistent Messages

2010-05-26 Thread Dejan Bosanac
Hi, it will stay until it's consumed or it expires. 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.net On Wed, May 26, 2010 at 5:56 AM, radha_mit wrote: > > Hi

ActiveMQ Durable Topics / Persistent Messages

2010-05-26 Thread radha_mit
Hi, In addition, as every message can potentially have many consumers, a message cannot be deleted from the store until it has been delivered to every interested THis is the line given in chapter 4 of ActiveMQ in Action book for topic. Lets assume that , we have 4 subscribers listening to a

Re: Forwarding bridge - connect at need feature ?

2010-05-26 Thread Gary Tully
that is an interesting use case. A combination of the failover: transport that only reconnects on demand and an inactivity timeout that does not use keepAlives could do it. When there is no activity, the connection can timeout, that is possible on trunk with the useKeepAlive=false attribute, having

Transport protocol "jms-tcp" - how to use?

2010-05-26 Thread Matthes Rieke
Hi, I am rather new to JMS and ActiveMQ but managed to get some simple things running. For my work I have to implement a bridge from JMS to SOAP. I have an URL from a external server who is prdoviding some dynamic topics. But this server is using the protocol jms-tcp (e.g., "jms-tcp://server1.dom

Forwarding bridge - connect at need feature ?

2010-05-26 Thread gondor771
Hi, I am using "forwarding bridge" in many-to-one configuration. Many ActiveMQ clients (just plain ActiveMQ local server acting as a buffer) will be forwarding several queues defined with staticallyIncludedDestinations to central (remote) ActiveMQ. So far, experiments confirm that all is working

Re: Message-Level Authorization between brokers?

2010-05-26 Thread Rob Davies
Hi Jim, could you supply a patch ? - not sure I understand your use case - or why you would apply it only to networks ? thanks, Rob On 26 May 2010, at 01:45, Jim Lloyd wrote: > I've done more research and I think I know better where ActiveMQ would > support my desired feature, and it seems the