Hi
What ActiveMQ version do you use?
In the latest 5.7.0 some files was missing from the binary download.
You can grab them from the 5.6.0 release.
Or from a 5.8-SNAPSHOT download.
eg such as the files reported missing below in the conf/broker directory.
I suggest to download the 5.8-SNAPSHOT
ht
BrokerA is forwarding a number of queues with
to BrokerB.
How can BrokerB prevent BrokerA from relentlessly forwarding whatever BrokerA
likes (and only allow the queues to be forwarded that were agreed) using Spring
XML ?
Thanks.
Hello Mike,
5.5.1 or later should not have these problems with pure master/slave setup.
I can also confirm that 5.5.1 and later versions work correctly with JDBC and
shared file system master/slave.
So if somehow possible you should upgrade to the latest version. There anyway
won't be any bug f
Fixed in https://issues.apache.org/jira/browse/AMQ-4145
On Tue, Oct 30, 2012 at 8:30 AM, Christian Posta
wrote:
> James,
>
> so using ?transport.trace=true should work for your case here.
>
> There is a bug with our introspection utils class that sets trace on the
> transport when configured usin
from a quick look at one of those stack traces, it looks like a thread
is blocked on a socket write, it may be that the socket is half closed
and that the write needs to timeout at the tcp level. that can take
some time.
There is a writeTimeout filter that can help at the activemq level.
Have a p
Try using
./INSTANCE1/bin/INSTANCE1 start
xbean:/export/home/mqm/.activemqrc-instance-INSTANCE1
that should do the trick.
Regards
--
Dejan Bosanac
--
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosa...@redhat.com
Twitter: @dejanb
Blog: http://sensatic.net
ActiveMQ in Ac
Torsten:
Thank you for your reply. There are two reasons we are still on 5.3.1
1. In TEST I see we have tried 5.3.1; 5.4.1; 5.5.0; and 5.5.1
We also use Camel and in testing when I had ActiveMQ 5.4.1 up & running the
request-response pattern would very often timeout for us (which was
unaccepta
Hi hodgesz:
Did you ever get any useful replies or otherwise fix this problem? I am also
experiencing the exact same thing with a pure master/slave configuration.
TIA,
Mike (aka, patzerbud)
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Async-error-occurred-Can-not-r
Hi,
I'm currently to migrating from IBM-WMQ to activemq.
On WMQ I have a number of separate queue managers
to separate the applications from each other
(so possible problems in one queue manager do not affect
other applications).
On activemq (5.7.0) I therefore want to configure multiple
broker i
Hi,
Message replication should work correctly in pure master/slave setup on a
decent version of ActiveMQ.
5.3 is rather old. Any reason for using that old version?
Also, pure master/slave has some drawback (which are documented). Are you sure
you don't want to use other models of master/slave?
On Oct 30, 2012, at 1:18 PM, kureckam wrote:
> Below is the config file. I don't have persistence set to true and the
> ActiveMQ heap size is 1024mb.
Sorry what exactly do you refer to when saying "don't have persistence set to
true"? Do you refer to the persistence attribute on the broker xml
On Wed, 2012-10-31 at 05:35 -0700, d_van_rietschoten wrote:
> Hello,
>
> I have a JMS to JMS bridge. Although it functions well, the throughput is
> low (roughly about 1 message a second).
> I am not very familiar with ActiveMq, but have used Jboss messaging /
> HornetQ. These products provide ba
Hi
You need to add JARs to the classpath so ActiveMQ can find the el language.
I think its the juel JARs.
You can possible from them from Maven central and download and put in
the lib dir of ActiveMQ.
http://search.maven.org/#search%7Cga%7C1%7Cjuel
On Mon, Oct 29, 2012 at 5:35 PM, leela_pvs
Hi!
I have a customer that is intent on using WCF for everything and I want to
provide an example of both using the "native" NMS API and using NMS.WCF
bindings for comparison. I have never used the NMS.WCF bindings before and
I cannot even find a "hello world" example anywhere. There aren't even
We have an Activemq Cluster of 3 brokers (Master - Master, multicast) with 2
networkConnectors (for each broker with duplex turned on) with one connector
for queues with conduitSubscriptions as false and the other connector for
topics with conduitSubscriptions as true. Activemq version is 5.6 and C
As part of a project requirement, i need to forward all the messages
published to 'Topic' into another queue through ActiveMQ 5.2.0
configuration. I tried the following code using Juel but getting an
exception while starting ActiveMQ server. The code and exception details are
provided below. Apprec
Additionally, I have tried setting prefetchSize to 1, played around with only
2 brokers but with no luck. Any help would be appreciated.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Activemq-Cluster-tp4658387p4658397.html
Sent from the ActiveMQ - User mailing list arch
17 matches
Mail list logo