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
--
View this message in context:
http://www.nabble.com/Pulling-Messages-tp25655132p25655132.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
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
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,
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
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,
}
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
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
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
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
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
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:
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
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',
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
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
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
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
18 matches
Mail list logo