Re: How to delete all topics and queues?

2009-03-02 Thread Minh Tu Duong
remove all the ordners and files at ACTIVEMQ_HOME/data stefan.moser schrieb: I've been playing around with ActiveMQ and for a load test, I created 10,000 topics and queues with random names. Now that I don't want them around, I can't figure out how to delete them. I'm using the .NET NMS librar

lost of message because of the queue name.

2009-02-26 Thread Minh Tu Duong
Hi all, i am using Activemq 5.2.0 and ve found so strange bug: * two install of activemq 5.2.0: amq1 and amq2 * at amq2 I use jmsbridge localQueueName="f1stag.fileuploaded" inboundQueueName="f1stag.fileuploaded" /> to transfer the message from amq1 to amq 2 Problem: e

Async error occurred: javax.jms.JMSException: Transaction 'TX:ID:XXX has not been started.,javax.jms.JMSException: Transaction has not been started.

2008-12-12 Thread Minh Tu Duong
Hi all, i am using activemq 5.1.0 and have this exception: 2008-12-12 18:29:50,037 [127.0.0.1:45664] ERROR Service- Async error occurred: javax.jms.JMSException: Transaction 'TX:ID:hostname-34980-1225308078142-0:0:25' has not been started. javax.jms.JMSException: Trans

activemq.xml BrokerService.setDeleteAllMessagesOnStartup()

2008-10-21 Thread Minh Tu Duong
Hi, someone know how to configure the activemq.xml so that the /_BrokerService.setDeleteAllMessagesOnStartup(true) _/ is called at startup. cheers. Minh Tu.

activemq.xml BrokerService.setDeleteAllMessagesOnStartup()

2008-10-21 Thread Minh Tu Duong
Hi, someone know how to configure the activemq.xml so that the /_BrokerService.setDeleteAllMessagesOnStartup(true) _/ is called at startup. cheers. Minh Tu.

org.apache.activemq.xbean.BrokerFactoryBean

2008-09-01 Thread Minh Tu Duong
nks for your answer. best regards, Minh Tu Duong.

Re: JMS-JMS bridge and wildcards

2008-08-10 Thread Minh Tu Duong
l - see http://activemq.apache.org/camel/jms.html cheers, Rob On 8 Aug 2008, at 11:49, Minh Tu Duong wrote: Hi all, some body know that this bug already fixed? JMS bridge works correctly with wildcards. cheers, Minh Tu. Travis Endersby schrieb: apache-activemq-5.1.0 On Aug 1, 2008, at 1:46 A

Re: JMS-JMS bridge and wildcards

2008-08-08 Thread Minh Tu Duong
Hi all, some body know that this bug already fixed? JMS bridge works correctly with wildcards. cheers, Minh Tu. Travis Endersby schrieb: apache-activemq-5.1.0 On Aug 1, 2008, at 1:46 AM, Rob Davies wrote: that's an odd one - which version are you using? cheers, Rob On 31 Jul 2008, at 1

Re: Lost message queue when stoping and restarting Embedded ActiveMQ

2008-08-01 Thread Minh Tu Duong
i am using this persistence Adaptor and it works: maxFileLength="20 mb"/> when you send message, you have to set producer.setDeliveryMode(DeliveryMode.PERSISTENT); best regards Tung.Nguyen schrieb: Hi Job, In fact, all queues are deleted when stopping and re

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Minh Tu Duong
please see: http://activemq.apache.org/jms-to-jms-bridge.html Shekhar Naidu schrieb: Hi We have requirement to transfer messages from one ActiveMQ to another ActiveMQ, meaning we want to have a bridge which autometically transfers messages from one queue to another queue. Source Server Queue to