Re: ActiveMQ with JAVA 8

2014-04-08 Thread khandelwalanuj
But when can we expect AcitveMQ built with java8. Is there a plan to do it in ActiveMQ5.10 ? or later ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-JAVA-8-tp4679842p4680143.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ with JAVA 8

2014-04-08 Thread Claus Ibsen
On Tue, Apr 8, 2014 at 7:59 AM, khandelwalanuj khandelwal.anu...@gmail.com wrote: But when can we expect AcitveMQ built with java8. Is there a plan to do it in ActiveMQ5.10 ? or later ? 5.10 is being closed down and supports java 1.6 and 1.7 currently. For AMQ 5.11 yeah then java8 supports

Slow Consumers in ActiveMQ 5.9

2014-04-08 Thread khandelwalanuj
Hi, I was going through https://issues.apache.org/jira/browse/AMQ-4621 *(AbortSlowAckConsumerStrategy )* If I specify this strategy to abort slow consumers in my xml configuration, does it also changes the way we consider a consumer slow. Previously we consider a consumer as slow based on the

How tho specify the topic to be authorized rather than using a wildcard

2014-04-08 Thread harikrish07121991
Hai everyone, In my apollo.xml i have given an access_rule entry like this , access_rule allow=guests action=receive consume kind=queue topic id=*/ This enables only the members of group 'guests' to subscribe any topic in my broker.But what if i have to specify a specific topic for the group

Re: How can a consumer subscribe multiple queue and multiple topic at the same time

2014-04-08 Thread Gary Tully
composite dests across destination types only work for message prodiucers, you need a consumer per destination type. peel at the unit test that validates this, note the use of consumer2

Default behavior to handle Slow consumer

2014-04-08 Thread khandelwalanuj
Hi, Using AcitveMQ v5.8 How ActiveMQ broker handles slow consumer if I don't specify any slow consumer strategy(normal default configuration). I am not using any slow consumer strategy in my configuration. producer flow control is also disabled. What will be the way to handle slow consumer in

Re: Small number of messages stuck in full mesh failover

2014-04-08 Thread B_DeFrang
Did you ever find a resolution to this? I believe am having the very same problem with ActiveMQ version 5.8. - Bruce -- View this message in context: http://activemq.2283324.n4.nabble.com/Small-number-of-messages-stuck-in-full-mesh-failover-tp4674635p4680157.html Sent from the ActiveMQ -

Re: Broken transaction when using async send

2014-04-08 Thread ld4711
Done, thanks. gtully wrote please add your 2c to that jira and maybe vote for it to show your interest. -- View this message in context: http://activemq.2283324.n4.nabble.com/Broken-transaction-when-using-async-send-tp4680119p4680158.html Sent from the ActiveMQ - User mailing list

Hawt.io Health tab

2014-04-08 Thread barry.barnett
After setting up Hawt.io to adminster my ActiveMQ brokers running in Karaf, I noticed there is a health tab. However, when I click on the tab, it shows no data whatsoever. Is there something else I need to do to get more functionality out of this tab?

spring 4.0 with ActiveMQ

2014-04-08 Thread Sophia Wright
Hi, Which version of spring does ActiveMQ 5.8 uses ? Spring 4.0 is in the market. When will ActiveMQ be updated to use latest version ? -- View this message in context: http://activemq.2283324.n4.nabble.com/spring-4-0-with-ActiveMQ-tp4680159.html Sent from the ActiveMQ - User mailing list

Re: Default behavior to handle Slow consumer

2014-04-08 Thread Gary Tully
by default they are treated like all other consumers. they will get up to their prefetch num messages dispatched, and others when they are have consumed those. On 8 April 2014 11:56, khandelwalanuj khandelwal.anu...@gmail.com wrote: Hi, Using AcitveMQ v5.8 How ActiveMQ broker handles slow

Re: Slow Consumers in ActiveMQ 5.9

2014-04-08 Thread Gary Tully
there are two different Strategies On 8 April 2014 11:19, khandelwalanuj khandelwal.anu...@gmail.com wrote: Hi, I was going through https://issues.apache.org/jira/browse/AMQ-4621 *(AbortSlowAckConsumerStrategy )* If I specify this strategy to abort slow consumers in my xml configuration,

spring 4.0 with ActiveMQ

2014-04-08 Thread khandelwalanuj
Hi, Is there any plan to release *ActiveMQ * with *spring-4.0.* Will it be coming in* ActiveMQ 5.10 *? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/spring-4-0-with-ActiveMQ-tp4680166.html Sent from the ActiveMQ - User mailing list archive at

log4j message suppression

2014-04-08 Thread barry.barnett
Is there a way to suppress certain messages that we don't want to see in our activemq logs?

Re: spring 4.0 with ActiveMQ

2014-04-08 Thread Claus Ibsen
On Tue, Apr 8, 2014 at 5:17 PM, khandelwalanuj khandelwal.anu...@gmail.com wrote: Hi, Is there any plan to release *ActiveMQ * with *spring-4.0.* Will it be coming in* ActiveMQ 5.10 *? What do you need that for? ActiveMQ uses Spring as part of its xml configuration files. Other than that

Connect to multiple brokers, one at a time

2014-04-08 Thread Allan Araya
Hello, I'm developing a java application which is intended to connect to several activeMQ brokers, but just one at a time. The idea is to show a list of the possible brokers available and let the user choose one to connect. The list of brokers will be predefined, so no discovery is needed.

Access Denied

2014-04-08 Thread ZubSam
I have download activeMQ and extract in some folder wiche is located in disk C:\ Then I tryed to run InstallService.bat file and I have the error: *wrapper | OpenSCManager failed - ╬Єърчрэю т фюёЄєях. (0x5)* I tryed to run this bat file through admin , but it didn't help! I work on Windows 7 ,

Lengthy delays when using ActiveMQ Ajax Client

2014-04-08 Thread chinshaw
I posted this earlier on stackoverflow.com but this may be a better place to get some advice. I think my question simplified is should messages be received by the browser before the end of the timeout because if a message sent is not recieved before the timeout of the connection. If I set the

client system has problems on receiving message!!!

2014-04-08 Thread huailong song
i use activemq to route message ! the broker is setted as message queue. the broker received message ,and the web console show Messages Enqueuedhttp://113.105.65.86:8161/admin/queues.jsp# inceased; and client system consume message , the same time Messages Dequeued

Failover all clients to same secondary broker

2014-04-08 Thread jlindwall
In our system message consumers come and go over time, some long-lived and some short. All msgs are non-persistent. We need all clients to connect to the same broker; if that broker goes down all clients must connect to the same secondary broker, and so on. Is this the way to go?

can't send message Timer already cancelled.

2014-04-08 Thread Li Li
in the server's log, only one line message is printed. 2014-04-09 10:03:17,222 | WARN | Transport Connection to: tcp://172.19.34.88:51245 failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///172.19.34.88:51245@61616 the exception

Re: log4j message suppression

2014-04-08 Thread Hadrian Zbarcea
Try tweaking the log configuration in log4j.properties to filter out unwanted logs. Hadrian On Tuesday 08 April 2014 11:21:30 barry.barn...@wellsfargo.com wrote: Is there a way to suppress certain messages that we don't want to see in our activemq logs?