ldap, system user can't create a topic

2012-06-18 Thread Christopher Wood
What gives the "system" user permission to create topic://ActiveMQ.Advisory.Connection? Without this ActiveMQ will not start. (Working with 5.5.1 since 5.6.0 is a jump requiring further testing.) I'm getting this error (all pasted text munged slightly to obfuscate things): 2012-06-18 17:35:46,9

getting a Message from a MessageId within a BrokerFilter (eg: messagePull())

2012-06-18 Thread Samslara
Hello, I'm writing up my own BrokerFilter and was considering overriding the messagePull() method. The MessagPull object that is passed into this method has a method to retrieve a MessageId but what's the best way, within this context, to retrieve a reference to the actual Message? eg: @Overrid

JMX and NetworkBridge

2012-06-18 Thread billy
Is it possible to use a remote JMX tool or program to restart a full duplex network bridge between two brokers on different machines? If so how? -- View this message in context: http://activemq.2283324.n4.nabble.com/JMX-and-NetworkBridge-tp4653357.html Sent from the ActiveMQ - User mailing lis

amq client with Continuations, not receiving topic notifications

2012-06-18 Thread Michael Harrison
I have an ActiveMQ / amq.js client that I have written which uses continuations. My client successfully connects and registers a listener for my topic (I see the listener show up in the ActiveMQ Admin console), however, when I send a message to this topic is causes my listener/connection to get cl

Re: Is there a windows service option for Apollo MQ?

2012-06-18 Thread Hiram Chirino
Hi Garry, Yes there is. See the following section of the Apollo manual: http://activemq.apache.org/apollo/documentation/user-manual.html#On_Windows On Wed, Jun 13, 2012 at 10:00 AM, Watkins, Garry wrote: > > -- > > Garry Watkins > > Application Developer > > > Arnold & Porter LLP > > 555 Twel

Re: How good is ActiveMQ supposed to perform?

2012-06-18 Thread bdv
Thank you for your quick reply, I do appreciate it. I ran the testsuite again with 4 simultaneous threads (meaning 4 connections, sessions, producers, consumers), and these were the results: * REPORT * 35.985847s -> Msgcnt: 2500|Msgsize: 2048|Transacted|PERSISTENT|

Re: How good is ActiveMQ supposed to perform?

2012-06-18 Thread Gary Tully
Sending a single message in a transaction is not efficient and not giving you anything because a single non transacted send gives the same guarantees (w.r.t message durability) with less protocol messages. For jms sends, transactions only make sense when you want to batch messages so that you can c

How good is ActiveMQ supposed to perform?

2012-06-18 Thread bdv
Recently I have been running some tests against a single instance of ActiveMQ 5.6.0. The goal of these tests was to get to an instance that could handle a load according to following parameters: - message size: 2048 bytes - transactional - persistant - message rate: 2500 messages/second with a po