JMS to JMS Bridge vs Network of Brokers

2014-05-12 Thread pminearo
I am just starting out learning ActiveMQ. We are running into issues with JMS Queue Bridging. I looked at the JMS to JMS Bridge Article, and the Network of Brokers Article. Both seem l

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-05-12 Thread nader
thanks, but I get INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@e553e814: startup date [Thu May 08 14:20:33 CEST 2014]; root of context hierarchy ERROR | Failed to load: class path resource [activemq.xml], reason: Line 44 in XML document from class path resource [activemq.xml]

activemq-client does not close properly connections to the broker

2014-05-12 Thread mtruchado
Hi This is my configuration: client: JBoss using ActiveMQ resource adapter, which uses activemq-client 5.8.0 broker: ActiveMQ 5.8.0 The connection string is a failover between two different brokers, using openwire each openwire connection string is using the default configuration, this is, the

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-05-12 Thread felixehm
Hi, Cheers, Felix -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-messages-do-not-forward-on-staticallyIncludedDestinations-tp4680733p4680997.html Sent from the ActiveMQ - User mailing li

Re: How to close consumer from broker service embedded

2014-05-12 Thread Christian Posta
Not exactly clear what you're asking... Are you asking how to close a consumer to the advisory topics at a later point in the life of your application? Keep a reference to that consumer, and call consumer.close() if that's the case. On Sun, May 11, 2014 at 12:34 AM, xita-de wrote: > Dear all, > >

Re: TransportListerner onCommand

2014-05-12 Thread Charels_Li
As you know, I am using broker network + failover for DR. I use transportListerner such that I can get some info when failover happens. I can understand transportResumed, onException stuff, but have no idea why onCommand is there. What's it supposed to do? Anything I need to take care of after mes

Moving From KahDB to Oracle

2014-05-12 Thread elazarrosenthal
We are planning to move our production environment from a KahDB back end to an oracle backend are there any suggestions for moving messages that may still exist on the old system when switching form one to the other. Thank You Elazar Rosenthal. -- View this message in context: http://active

Re: ActiveMQ message access is not complete

2014-05-12 Thread yuChangZhi
First of all thank you answer my question. The feeling is to view the data at the time to show the number of messages in the queue, queue to view the messages in the queue is empty or does not match the number, I try to set the but there is a new problem: java.lang.OutOfMemoryError: Java heap spac

Re: Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-12 Thread Tom_Z
I took a look at the jmeter source code, there are some other settings and properties treated in a special way, e.g.: 1. Checkbox for persistent delivery --> set at the MessageProducer in org.apache.jmeter.protocol.jms.client.Publisher 2. JMSCorrelationID taken from JMS-Properties list --> set at

Re: Activemq froze - and msgs dont get processed

2014-05-12 Thread Chirag Pujara
I keep seing this behavior time to time. I have to cycle instance. broker logs are filled with info logs: INFO | The connection to 'tcp://10.190.133.15:37168' is taking a long time to shutdown. | org.apache.activemq.broker.TransportConnection | ActiveMQ Transport: tcp:///10.190.133.15:55356@61616

Re: ActiveMQ Performance with number of destination

2014-05-12 Thread khandelwalanuj
Thanks art. That explanation was helpful. > More producers and more consumers - with greater empahsis on consumers - > is likely to improve throughput. Why increasing consumer will increase throughput ? All the time is taken while broker is storing message, not while consuming. Even one consume

Re: activemq-client does not close properly connections to the broker

2014-05-12 Thread mtruchado
Hi Thanks for your answer, I will do It next week and tell you about my findings. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-client-does-not-close-properly-connections-to-the-broker-tp4681005p4681007.html Sent from the ActiveMQ - User mailing list archive a

Web console config not updating in ServiceMix (Karaf)

2014-05-12 Thread Wim Verreydt
Hi all, When I run ActiveMQ 5.9.0 and its web console in ServiceMix (Karaf) I have a problem with the configuration in the org.apache.activemq.webconsole.cfg file. In ServiceMix the default user for jmx and jms connections to activemq is “smx” (instead of “karaf" in Karaf). The servicemix v

Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-12 Thread Alessandro
Ok, I've worked it out. That link was inspiring! I understood that the Spring configuration was everything I needed. So I payed more attention to the wordings in the relevant page ( I repeat it here ): it's written that /Active

Re: "Wire format negotiation timeout: peer did not send his wire format"

2014-05-12 Thread Larry Meadors
Thanks for your time, Christian! Firewall/networking between them: None. :-\ They are running on the same (virtual) machine - it's an EC2 host running ubuntu. I am running 3 instances of AMQ on it (it's a dev/test/qa type of environment) - the AMQ endpoints are configured as localhost:61617, loc

Re: "Wire format negotiation timeout: peer did not send his wire format"

2014-05-12 Thread Christian Posta
What networking/firewalls do you have between your clients and broker? On Sun, May 11, 2014 at 7:30 AM, Larry Meadors wrote: > No hints? > > This is killing me - I'm restarting AMQ several times a week now. :-/ > > On Wed, May 7, 2014 at 11:18 AM, Larry Meadors > wrote: >> I'm running AMQ 5.7.0

Consumer disconnects but using failover transport

2014-05-12 Thread spam trap
>From time to time a consumer will disconnect from the Broker and not attempt to reestablish the connection. The log contains the following message: 2014-05-12 12:34:07,893 | WARN | ctiveMQ NIO Worker 28664 | Transport | ivemq.broker.TransportConnection 205 | 72 - org.apache.activemq.activemq-cor

Re: Apollo and Grails/Spring Security integration

2014-05-12 Thread Hiram Chirino
Not sure how Spring Security works. Does it issues SSO tokens? If so then you just need to stuff the SSO token is say the password field of your messaging connection and create a JAAS module which takes the token from the password field validates the token against spring security. On Sun, May 4,

Re: ActiveMQ kahaDB recovery

2014-05-12 Thread khandelwalanuj
Did anyone get a chance to look at this ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-kahaDB-recovery-tp4680998p4681049.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-12 Thread Tom_Z
Filed an issue and provided a patch: https://issues.apache.org/bugzilla/show_bug.cgi?id=56510 -- View this message in context: http://activemq.2283324.n4.nabble.com/Testing-against-ActiveMQ-with-JMeter-how-to-set-JMSPriority-and-JMSExpiration-values-cannot-be-seen-r-tp4680960p4681048.html Sent

Re: TransportListerner onCommand

2014-05-12 Thread Charels_Li
Thank you very much, this really helps me -- View this message in context: http://activemq.2283324.n4.nabble.com/TransportListerner-onCommand-tp4680911p4681046.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

DestinationPolicy wildcard priority/order

2014-05-12 Thread Petter Nordlander
Hi, In a policyMap, If I have a policyEntry, stuff

Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-12 Thread Christian Posta
That option goes on the BrokerService... or the element On Tue, May 6, 2014 at 11:44 AM, Alessandro wrote: > Hi all. > I've managed to configure ActiveMQ to work either as a JNDI resource (in > context.xml) or as a Spring set of beans. In either case everything works > fine, excepted to have mes