How to get broker in code?

2011-10-13 Thread kureckam
I have the following spring file that defines my JMS setup. I want to get the Broker or BrokerService object from within my code so I can delete a dynamically created queue. I can wire in the jmsTemplate but how do I get the Broker? http://www.springframework.org/schema/beans"; xmlns:amq="

Re: How Can I Build ActiveMQ-CPP library to Support IPv4?

2011-10-13 Thread Timothy Bish
Sorry auto-correct trying to help. The instructions are in the README.txt file, standard autotools build paradigm on linux. On Thu, 2011-10-13 at 13:33 -0700, newbieSCS wrote: > Where is the deadness file located? > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Ho

Re: How Can I Build ActiveMQ-CPP library to Support IPv4?

2011-10-13 Thread newbieSCS
Where is the deadness file located? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-Can-I-Build-ActiveMQ-CPP-library-to-Support-IPv4-tp3902801p3902825.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How Can I Build ActiveMQ-CPP library to Support IPv4?

2011-10-13 Thread Timothy Bish
The build instructions are in the deadness file On Oct 13, 2011 4:25 PM, "newbieSCS" wrote: > > Hello, > > Is there a way to build and configure the ActiveMQ-CPP library on linux with > IPv4 support? > > Thanks! > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/How-Can-

Re: limit to number of consumers registered

2011-10-13 Thread Torsten Mielke
That section in the docs is about topic msgs. See the configuration is for topic="FOO.>" I was referring to queue msgs, which are dispatched round robin by default. On Oct 13, 2011, at 8:37 AM, peterv wrote: > Turns out this was caused by the fact that I had set the JMSXGroupID on my > messa

Re: Why messages forwarded by the other broker is not dispatched to the consumer ?

2011-10-13 Thread Torsten Mielke
That sounds strange indeed. Assuming you're testing with only one consumer, messages will only travel to broker B (after broker A's restart) if there is a consumer registered for this destination on broker B. That should have been the consumer that failed over. Does restarting the consumer (an

Re: ActiveMq WebConsole Ldap & Roles

2011-10-13 Thread Torsten Mielke
Perhaps this helps: chapter 6 "LDAP Tutorial" of the ActiveMQ Security Guide available at fusesource.com. http://fusesource.com/docs/broker/5.5/security/index.html Torsten Mielke tors...@fusesource.com tmie...@blogspot.com On Oct 13, 2011, at 3:04 AM, Mr.NoBody wrote: > I am trying to set up l

Re: Don't understand this memory error

2011-10-13 Thread Laures
so i have to manually set the memory and store limits by hand to something more sensible and the problem will vanish? currently i have a broker networks with 6 servers that are not talking to the server with the consumer and the only new logmessage i can find is this. -- View this message in cont

Re: Don't understand this memory error

2011-10-13 Thread Gary Tully
There are hard coded defaults for SystemUsage, so there are always limits in place. see: http://activemq.apache.org/producer-flow-control.html#ProducerFlowControl-Systemusage On 12 October 2011 08:41, Laures wrote: > Hi, > > 2011-10-12 09:29:35,502 | INFO  | TopicSubscription: > consumer=ID:myco

Re: Converting message format while doing JMS Bridging.

2011-10-13 Thread Gary Tully
you will need to provide your own message convertor to do that. An impl of org.apache.activemq.network.jms.JmsMesageConvertor http://activemq.apache.org/jms-to-jms-bridge.html On 13 October 2011 07:52, cbenaveen wrote: > In my app, we have enabled JMS Bridging support by which we are planning to

Re: Known issue with gcInactiveDestinations?

2011-10-13 Thread James Green
Martin, Were your messages flagged as persistent? I ask as it may rule out persistent storage as being involved. Jira issue opened in case someone can add something useful to it: https://issues.apache.org/jira/browse/AMQ-3540 James On 13 October 2011 07:18, Martin C. wrote: > I reported a sim