Re: Bug in web console

2013-10-28 Thread Bratislav Stojanovic
Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Fri, Oct 25, 2013 at 11:09 AM, Bratislav Stojanovic bratislav1...@gmail.com wrote: I think I

Re: Add network connector dynamically over JMX

2013-10-25 Thread Bratislav Stojanovic
...@gmail.comwrote: Yah, seems like the mbeans aren't registered properly when creating through JMX. The bridge does get created, but it's not visible in jconsole. Can you create a JIRA for this? On Thu, Oct 24, 2013 at 4:11 AM, Bratislav Stojanovic bratislav1...@gmail.com wrote: Hi all

Bug in web console

2013-10-25 Thread Bratislav Stojanovic
!. Stack trace attached. Seems like networkTTL property cannot be found for some reason? Anyone experiencing the same? I'll open a JIRA ticket for this. I'm using 5.9.0 under karaf 2.3.3 and Java 1.6.45 x64. -- Bratislav Stojanovic, M.Sc. javax.el.PropertyNotFoundException: The class 'com.sun.proxy

Add network connector dynamically over JMX

2013-10-24 Thread Bratislav Stojanovic
proxy with the message : Exception in thread main javax.management.InstanceNotFoundException: org.apache.activemq:type=Broker,brokerName=broker,connector=networkConnectors,connectorName=NC I'm using activemq 5.9.0 running inside karaf 2.3.3. Please help! -- Bratislav Stojanovic, M.Sc.

Two networked brokers drop/loose messages after some time

2013-06-10 Thread Bratislav Stojanovic
Hi all, We sync our software by using two brokers installed and configured on the separate machines across the internet. We have a broker A on our linux server and broker B installed on the remote site (Mac). Broker B is references using dyndns service. Broker A is embedded into a Java webapp and

Filter Ip addresses in network connector

2013-04-04 Thread Bratislav Stojanovic
Hi all, I have two brokers (brokerA and brokerB) who reference each other using the network connectors and they each have their own producers and consumers. Now I want to secure communication between brokers (not between prod/cons and broker). According to

Re: Filter Ip addresses in network connector

2013-04-04 Thread Bratislav Stojanovic
Excellent, Thank You very much Chris. -- View this message in context: http://activemq.2283324.n4.nabble.com/Filter-Ip-addresses-in-network-connector-tp4665543p4665548.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Remotely update AMQ itself

2013-04-04 Thread Bratislav Stojanovic
Hi all, I'm wondering, is it possible to remotely update AMQ code itself? Is there a way to somehow push a message (or connect) to the broker in the way that broker starts to update itself (or part of itself) by downloading a new version, replacing some files and automatically restart? This

Re: Remotely update AMQ itself

2013-04-04 Thread Bratislav Stojanovic
Thanx, I'll check that. P.S. Poz -- View this message in context: http://activemq.2283324.n4.nabble.com/Remotely-update-AMQ-itself-tp4665553p4665561.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to remove scheduled messages

2013-03-27 Thread Bratislav Stojanovic
Forgot to mention, after each minute, there will be another new job generated on the Broker2 side, so the number of jobs will grow indefinitely! Small picture attached. On Wed, Mar 27, 2013 at 7:28 PM, Bratislav Stojanovic bratislav1...@gmail.com wrote: I have two brokers in my local network