ActiveMQ & PDA

2009-03-02 Thread NabiL
Hi, How about possibilities of ActiveMQ with PDA ? AMQ can be installed on PDA ? Thanks ina advance. NabiL -- View this message in context: http://www.nabble.com/ActiveMQ---PDA-tp22300277p22300277.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Managing default persistence data?

2009-03-02 Thread klopus
Hi. I'm using AMQ 5.2, but same applies to 5.1 as well. I use default activemq.xml and thus default (built-in) Persistence Adapter that I understand has its data store under "${activemq.base}/data" directory. I was wondering if there's any way to examine what records got stored there and maybe d

CMS Connection question.

2009-03-02 Thread Benjamin April
Greetings, I am using ActiveMQ (5.2.0) in a deployment with username/password authentication enabled. Does anyone have a working example of a login from the CMS library? I can't seem to find anything that even hints at the possibility. Thanks Ben TREND MICRO EMAIL NOTICE The information

JBoss and ActiveMQ

2009-03-02 Thread dtaylor
I've read the instructions at http://activemq.apache.org/integrating-apache-activemq-with-jboss.html but am not having any luck. Everything made sense up until step 6. I created a file called "activemq-jms-ds.xml" and put it into the "C:\opt\SOA_TOOLS\jboss-5.0.0.GA\server\default\deploy" folder

Re: How does Producer flow control work with JDBC persitance?

2009-03-02 Thread chrajanirao
Anyone? -- View this message in context: http://www.nabble.com/How-does-Producer-flow-control-work-with-JDBC-persitance--tp22007477p22293863.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Separate DLQ for each topic subscriber

2009-03-02 Thread chrajanirao
Can someone please reply? -- View this message in context: http://www.nabble.com/Separate-DLQ-for-each-topic-subscriber-tp22252210p22293845.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

How to Configure ActiveMQ With Spring ?

2009-03-02 Thread venkat123
I am new to ActiveMQ and JMS. I need to use bean injection and configure ActiveMQ Broker . The exiting configuration is working but it does not have persistence mechanism set-up. Can some please guide me , how to set the configuration parameters to have the messages persisted in a journal. I a

Re: QueueBrowser with Network of Brokers

2009-03-02 Thread A. Gregory Rabil
I am seeing this same problem in AMQ 4.1.1 and 4.1.2. Is there any resolution to this issue? Regards, Greg Rabil AlB wrote: > > I have a network of 3 brokers using 4.0.1 where the maximum hop is 1 (a > star configuration, a-b-c, where messages travel from a to b or b to c via > the same queue

Re: How to delete all topics and queues?

2009-03-02 Thread stefan.moser
Thanks for your reply. I have tried deleting everything in that folder. In fact, I have completely removed the entire ActiveMQ folder, installed it in another location, and it still comes back with all of the topics and queues. They must be stored somewhere else, but I can't figure out where.

Broker Plugin addDestination(), removeDestination() not called

2009-03-02 Thread ttmgary
In my broker plugin, the addConnection(), addSession(), addConsumer(), and addDestination() methods get called when a consumer starts up, as I expect. But if I use JConsole to do an addTopic() or addQueue() to create a new destination, the broker plugin's addDestination() method does NOT get invok

Re: Network of 3 brokers, durable consumer problem

2009-03-02 Thread Gary Tully
The bridge broker name is used as an identity for that bridge's durable consumers. With a durable consumer, a bridge subscription needs to remain through a durable connect/close. This is achieved by using a well known name for the durable subscription in the bridge. This name is based on the bridge

Re: Network of 3 brokers, durable consumer problem

2009-03-02 Thread Bastian Preindl
Hi, apparently my mistake was to copy and paste the configuration from one broker to the others and not change the broker's name ('localhost'). But I wonder why this doesn't lead to problems from the beginning but as recently as I add the second durable subscriber to a broker having the same name

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