Re:Re: Lots of rubbish queues and topics are created after nessus scan

2013-07-07 Thread SuoNayi
Yes, you are right. At 2013-07-06 05:55:42,"Juan Nin" wrote: >Do you have the web console enabled? > >We experienced this same issue a couple times, and we believe it to have >been via the web console. >Since we protected it with user/passwd it didn't happen again. > > >On Fri, Jul 5, 2013 at

Re: ActiveMQ spring xml configure connector publishedAddressPolicy

2013-07-07 Thread Christian Posta
Post what you have... it should work.. How are you trying to discover the instances? On Sun, Jul 7, 2013 at 1:06 PM, Laurence wrote: > Hi, > > I'm trying to get activemq discovery via xml configuration to work by > broadcasting machine ip address instead of name (I can make this happen > with >

Re: Stomp Configuration

2013-07-07 Thread Christian Posta
See inline... On Fri, Jul 5, 2013 at 7:46 PM, prgtrdr wrote: > I'm a bit confused by the config for Stomp and have found seemingly > conflicting info in the documentation. Please help! > > I'm planning to have a stand-alone ActiveMQ server exposed to the public > internet running on a Windows

Re: Regarding AMQ-4181 - JMS queue browser returns only page size number of messages

2013-07-07 Thread Christian Posta
The broker's main memory settings is used to indicate to the broker how much space in the heap to use for messages. If you specify destination memory limits, you indicate to the broker how much space to *limit* this destination toeg, default memoryUsage==64MB... if you don't specify a limit, e

Re: Too many instances of org.apache.activemq.openwire.OpenWireFormat

2013-07-07 Thread Christian Posta
OpenWireFormat is used to control different properties on the connections and how the raw byte streams are coded/decoded. Which transport are you using? NIO? On Thu, Jul 4, 2013 at 11:17 AM, Ilia Stepanov wrote: > Hello, > Is it possible to reduce number > of org.apache.activemq.openwire.OpenW

ActiveMQ spring xml configure connector publishedAddressPolicy

2013-07-07 Thread Laurence
Hi, I'm trying to get activemq discovery via xml configuration to work by broadcasting machine ip address instead of name (I can make this happen with Groovy code for an embedded broker, but I want to do this for a standard default activemq install with xml configuration). I've read that in the p