Hello I need to know whether active mq resource adapter supports session
pooling
when used in jboss or not.
Thanks in advance
Alik
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Does-resource-adapter-support-session-pooling-in-jboss-tp2994816p2994816.html
Sent from the Ac
As an update to this:
I am able to do what I want if I make a second installation of activemq.
That is:
[/usr/local]$ cp -R activemq/ activemq-second/
[/usr/local]$ activemq/bin/activemq start xbean:file:conf/config1.xml
[/usr/local]$ activemq-second/bin/activemq start xbean:file:conf/config2.x
Thanks Gary, I applied the configuration changes you suggested and the fast
consumer in my test case now processes more messages. This gets me half way
to where I would like to be, because consumer processing times in my system
will vary and I need to adjust dynamically. Can prefetch be adjusted b
Hi,
We are using ActiveMQ 5.3.0 with kahaDB.
When we fill the disk partition to 100%, we get
"No space left on device"
exceptions. Good. However, if we reduce the disk usage, we continue
to get exceptions even though there is plenty of disk space.
Is there a way to pre-allocat
I'm seeing what I think may be some problems with multiple broker instances and
AMQ 5.4.1. I've checked the docs and haven't found much information on the new
scripts. Before I open a Jira or investigate/submit a patch, I wanted to make
sure my assumptions aren't wrong.
First of all, I'm tryi
On Oct 13, 2010, at 6:56 AM, Dejan Bosanac wrote:
> Just committed it. Thanks for the great work. More comments can be
> found in Jira.
Fantastic. I would be willing to write some updates for
http://activemq.apache.org/ajax.html. We need to describe how to use selectors
and clientId. I tried
Just committed it. Thanks for the great work. More comments can be
found in Jira.
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 Mon, Oct 11, 2010 at 8:3
Hi,
after upgrading Jetty
(https://issues.apache.org/activemq/browse/AMQ-2972) everything seems
to work fine again. You can test the latest snapshot from
https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.5-SNAPSHOT/
Bob, there's no official todo l
guys,
I am struggling to get message selectors to work in AMQCPP. I would
appreciate any help I can get please.
When I put the message I say:
textMessage->setCMSCorrelationID(correlationId);
when I get the message I create a consumer with a selector thus:
std::string selector = "JMSCorrelatio
Hmm, just to clarify:
On the client side I have to write
responseConsumer.setMessageListener(this);
and
txtMessage.setJMSCorrelationID(correlationId);
that's all? The matching will automatically be done internally by the
(anonymous) listener?
Ben
--
View this message in context:
http://act
10 matches
Mail list logo