Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread Robert Davies
ooh - that's nice. On 11 April 2015 at 11:32, Martin Lichtin wrote: > Hi James, yes that'd be a great extension, and I could easily adjust my > naming convention to make use of it. > > > On 11.04.2015 12:01, James Carman wrote: > >> Martin, >> >> Does this satisfy what you're looking to do: >> >

Re: DOS attack on activemq setup

2015-04-11 Thread Robert Davies
Can't find it in the docs - will fix when I get a chance; Basically the properties on the TransportConnector are: maximumConsumersAllowedPerConnection and maximumProducersAllowedPerConnection You can set them on the TransportConnector (used by the Broker) e.g. url = "tcp://localhost:61616?maximu

Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread Martin Lichtin
Hi James, yes that'd be a great extension, and I could easily adjust my naming convention to make use of it. On 11.04.2015 12:01, James Carman wrote: Martin, Does this satisfy what you're looking to do: https://issues.apache.org/jira/browse/AMQ-5717 There is a PR available which implements i

Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread James Carman
Martin, Does this satisfy what you're looking to do: https://issues.apache.org/jira/browse/AMQ-5717 There is a PR available which implements it: https://github.com/apache/activemq/pull/85 Basically, instead of using ">" which to me looks like an arrow meaning "anything to the right", you would

Re: DOS attack on activemq setup

2015-04-11 Thread xabhi
Hi Tim, rajdavies Could you please point me to documentation on how to restrict no. of consumers/producers on transport connector. I couldn't find them on activemq wiki. All i could find was this page http://activemq.apache.org/tcp-transport-reference.html