Re: Can't Start ActiveMQ Service on Win7 64 bits

2012-10-31 Thread Claus Ibsen
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

Whitelisting forwarded queues

2012-10-31 Thread Geurt Schimmel
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.

Re: pure master/slave question - console of slave shows many pending msgs

2012-10-31 Thread Torsten Mielke
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

Re: AMQ 5.7.0: Stomp trace does not log frames

2012-10-31 Thread Christian Posta
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

Re: Network bridge is stuck, repeatedly requires broker restart

2012-10-31 Thread Gary Tully
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

Re: ActiveMQ multiple instances: start problems when passing config file

2012-10-31 Thread Dejan Bosanac
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

RE: pure master/slave question - console of slave shows many pending msgs

2012-10-31 Thread Mike L .
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

Re: Async error occurred Can not remove a consumer from a session not regd

2012-10-31 Thread patzerbud
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

ActiveMQ multiple instances: start problems when passing config file

2012-10-31 Thread Wright, Peter
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

Re: pure master/slave question - console of slave shows many pending msgs

2012-10-31 Thread Torsten Mielke
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?

Re: Stopped waiting for space in pendingMessage cursor messages

2012-10-31 Thread Torsten Mielke
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

Re: JMS to JMS bridge: batch settings?

2012-10-31 Thread Timothy Bish
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

Re: Server failed to start while trying to run JUEL in ActiveMQ.xml

2012-10-31 Thread Claus Ibsen
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

NMS.WCF Bindings Example?

2012-10-31 Thread Mike Gingell
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

Activemq Cluster

2012-10-31 Thread Jack Scott
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

Server failed to start while trying to run JUEL in ActiveMQ.xml

2012-10-31 Thread leela_pvs
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

Re: Activemq Cluster

2012-10-31 Thread Jack Scott
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