Pulling Messages via CorrelationID

2009-09-28 Thread sbutalia
I would like to put messages into a queue and retrieve them via a correlationID when an event is invoked by a user. example: 1. I try to create a record 2. The system finds a duplicate and queues up the duplicate in the "duplicate queue" id=123 3. I resolve the duplicate 3. The system fires the

Pulling Messages

2009-09-28 Thread sbutalia
-- View this message in context: http://www.nabble.com/Pulling-Messages-tp25655132p25655132.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Problem configuring Websphere 6

2009-09-28 Thread mifflin
I'm trying to configure a Websphere 6 "Generic JMS Provider" with no luck. Active MQ broker started with a queue created called : test.erick This queue can be seen via http://localhost:8161/admin/queues.jsp Messages can be 'Sent To' and 'Purged' through this web interface. Using IBM Rationa

Re: Problems with AMQ 5.2.0 [jms messages can not be read and not visible in web-console, but count is not null]

2009-09-28 Thread Ivan Pryvalov
Hi Dejan, Thanks for your reply. No, I did not try 5.3 snapshot, because I'd like to use only release components (for stability)... btw, could you pls point me to related issues? In some test I also found that new incoming message may unblock old "hanged" messages... Thanks, Truly yours,

Re: undesirable activemq-data directory

2009-09-28 Thread Dan Tran
Ah you are right, it does not happen on 5.3-SNAPSHOT must be the left over of 5.2 Thanks for looking into this -D rajdavies wrote: > > > On 28 Sep 2009, at 05:51, Dan Tran wrote: > >> >> >> My ActiveMQ configuration does not persist message, all messages in in >> memory. However activemq-d

Re: PERL/STOMP: Subscribe to multiple destinations

2009-09-28 Thread Roger Hoover
You can do something like this my $stomp = Net::Stomp->new( { hostname => "192.168.42.30", port => '61613' } ); $stomp->connect(); $stomp->subscribe( { destination => '/queue/testq', 'ack' => 'client', 'activemq.prefetchSize' => 1, }

Re: undesirable activemq-data directory

2009-09-28 Thread Rob Davies
On 28 Sep 2009, at 05:51, Dan Tran wrote: My ActiveMQ configuration does not persist message, all messages in in memory. However activemq-data directory is created uppon startup. is this a bug? i tested with both 5.2. and 5.3-SNAPSHOT. Here is my configuration

Re: undesirable activemq-data directory

2009-09-28 Thread Bruce Snyder
On Sun, Sep 27, 2009 at 10:51 PM, Dan Tran wrote: > > > My ActiveMQ configuration does not persist message, all messages in in > memory. However activemq-data directory is created uppon startup.  is this a > bug? No, this is not a bug. By default the org.apache.kahadb.util.IOHelper and org.apache

Re: When ActiveMQ 5.3 Binary Release?

2009-09-28 Thread David Newcomb
The easiest way to follow the progress is by looking at the release Road Map in jira for the ActiveMQ project. https://issues.apache.org/activemq/browse/AMQ?report=com.atlassian.jira.plugin.system.project%3Aroadmap-panel Next to the release of 5.3.0 there is a progress bar which says that "323

Expired message - does it work?

2009-09-28 Thread Dan Tran
Hi, I am testing 5.3-SNAPSHOT to pick up expired message enhancement where the message will be automatically removed when timed out. I have multiple topics with each has a pair of producer/consumer. All messages are memory base, where 'memoryUsage' is used to do the producer flow control. All

Re: logging of messages in ActiveMQ

2009-09-28 Thread David Newcomb
To get all the messages which can be produced, change the level from DEBUG to ALL. If you are having trouble with log4j, you might find this article useful. http://www.bigsoft.co.uk/blog/index.php/2009/08/01/configuring-log4j-properties On Thu, 10 Sep 2009 Jim_1 wrote: This didn't make an

Re: Commiting Messages with Local Transaction (not XA)

2009-09-28 Thread David Newcomb
There's quite a good article here, written by David Syer. Distributed transactions in Spring, with and without XA http://www.javaworld.com/javaworld/jw-01-2009/jw-01-spring-transactions.html It's a little Spring orientation but answers all your questions. On Wed, 26 Aug 2009 Adam Brod wrote:

Re: PERL/STOMP: Subscribe to multiple destinations

2009-09-28 Thread Dejan Bosanac
Hi, you can use wildcards http://activemq.apache.org/wildcards.html Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Sep 28, 2009 at 3:02 PM, nmittal wrote: > > Hi All, > the

PERL/STOMP: Subscribe to multiple destinations

2009-09-28 Thread nmittal
Hi All, the following code snippet, leads me to believe that we can subscribe to only one destination at a time... my $stomp = Net::Stomp->new( { hostname => "192.168.42.30", port => '61613' } ); $stomp->connect(); $stomp->subscribe( { destination => '/queue/testq',

RE: Collision between amq.js and jquery.query.js?

2009-09-28 Thread Knight, Doug
AMQ-2427 created. Any info on a version of amq that does not use prototype? Doug -Original Message- From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan Bosanac Sent: Monday, September 28, 2009 3:27 AM To: users@activemq.apache.org Subject: Re: Collision between amq.js

Re: JDBC Master Slave page broken

2009-09-28 Thread Dejan Bosanac
Hi, I traced the old sample configuration file in svn (now deleted) and adapted it to the current configuration standards. It's now embedded in the page ( http://cwiki.apache.org/confluence/display/ACTIVEMQ/JDBC+Master+Slave) Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.co

Re: "InactivityMonitor WriteCheck" java.lang.NoClassDefFoundError: org/apache/activemq/transport/InactivityMonitor$3

2009-09-28 Thread Dejan Bosanac
It might be a better solution to embed your broker directly in your web application ( http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html) instead of starting and stopping it using a wrapper script. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ A

Re: Collision between amq.js and jquery.query.js?

2009-09-28 Thread Dejan Bosanac
Hi Doug, can you file a Jira for this please. Thanks -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Sep 24, 2009 at 9:38 PM, Knight, Doug wrote: > List, > I am having a problem with