"sendTimeOut" for python stomp client

2015-01-21 Thread khandelwalanuj
Hi, I can see that send_timeout can be configured for java clients connecting to the broker. Is there any send timeout configuration exist for Stomp python client as well ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/sendTimeOut-for-python-stomp-client-

Re: SelectorAware feature of Virtual Topic

2015-01-21 Thread bansalp
ping -- View this message in context: http://activemq.2283324.n4.nabble.com/SelectorAware-feature-of-Virtual-Topic-tp4690112p4690238.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Stats for Virtual Topic

2015-01-21 Thread bansalp
I have started using virtual topic in myActiveMQ setup and I was wondering if there are any stats available for virtual topic which I can log. --bansalp -- View this message in context: http://activemq.2283324.n4.nabble.com/Stats-for-Virtual-Topic-tp4690237.html Sent from the ActiveMQ - User

Stats for selector

2015-01-21 Thread bansalp
Hi I am using ActiveMQ 5.10.0 and some of consumer in my setup are using selector. Are there statistics present for selector which I can log? --bansalp -- View this message in context: http://activemq.2283324.n4.nabble.com/Stats-for-selector-tp4690236.html Sent from the ActiveMQ - User mailin

Broker logs show repeated "java.lang.IllegalStateException: Timer already cancelled." lines

2015-01-21 Thread Tim Bain
The other day one of our brokers running 5.10.0 spewed over 1 million of the following exceptions to the log over a 2-hour period: Transport Connection to: tcp://127.0.0.1:x failed: java.io.IOException: Unexpected error occurred: java.lang.IllegalStateException: Timer already cancelled. Clien

Apache Shiro for SSL in ActiveMQ

2015-01-21 Thread Justin Reock
Hi all, I was looking through the available filters for Apache Shiro in 5.10, and I didn't see an SSLFilter available. Does this mean that, currently, Apache Shiro cannot be used to manage the SSL transport connector in ActiveMQ? If it can be used and I'm just overlooking something, is there a

Re: Jetty Security Web Console

2015-01-21 Thread Justin Reock
Hi Troy, Please reference the following JIRA: https://issues.apache.org/jira/browse/AMQ-5388 The workaround will show you how to limit access for a set of users. The default configuration, as you noted, grants the same access to Admins and regular users, but you can alter this to lock it down pr

[ANNOUNCE] ActiveMQ 5.10.1 Release

2015-01-21 Thread Arthur Naseef
The ActiveMQ team is pleased to announce the release of ActiveMQ 5.10.1. This release fixes a number of bugs in 5.10.0. Users impacted by those bugs are highly encouraged to use this new release as soon as possible. All users are encouraged to upgrade as a general practice to avoid running into

Re: Activemq 5.10 - problem with create broker in osgi environment

2015-01-21 Thread marcin
Hi Hadrian, I'm using spring but with activemq 5.5 everything works fine. I noticed that in case of activemq-osgi 5.10 org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler (I'm using xbean 3.18.0) cannot read META-INF/services/org/apache/xbean/spring/http/activemq.apache.org/schema/core whi

Re: Network Connector Performance

2015-01-21 Thread Tim Bain
As long as no one objects to the idea in the next day or two, you should submit this enhancement request via JIRA ( https://issues.apache.org/jira/browse/AMQ). On Jan 21, 2015 1:07 AM, "Ehud Eshet" wrote: > Hi, > > I have a producer that must be able to keep producing even when the remote > broke

Network Connector Performance

2015-01-21 Thread Ehud Eshet
Hi, I have a producer that must be able to keep producing even when the remote broker is unavailable. failover is not enough since the problem might be in the network or even the local NIC. Thus, I planed to have a local broker that will use a network connector to route all messages to the remote