Re: XML Validation fails for Placeholder on non string attributes

2011-11-10 Thread Joe Niski
Dejan: i encountered this issue and created https://issues.apache.org/jira/browse/AMQ-3168 last January, and it's still open. *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG <http://www.nwea.org/> | Partnering to help all

Re: Upgrading Camel

2011-10-18 Thread Joe Niski
i don't know about those exact versions, but i've upgraded Camel on AMQ 5.3 and 5.4, simply by replacing the camel jar files in activemq's lib directory with newer versions. We use only a few components, so had only a few jars to update. *Joe Niski* Senior Developer - Infor

Re: A client is already connected to durable subscriber

2011-10-18 Thread Joe Niski
In AMQ 5.4 (i believe) and later, the NetworkConnector has a "suppressDuplicateTopicSubscriptions" property that you can set to "false". Here's my configuration *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503

Re: Different version compatibility

2011-10-03 Thread Joe Niski
i've used clients that are a minor version or two behind the server ((e.g., 5.3 client with 5.5 server) with no problems for sending and receiving. *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG <http://www.nwea.org/> |

"activemq-admin browse" and authentication

2011-09-19 Thread Joe Niski
s, but BrowseCommand does. It seems that activemq-admin is invoking AmqBrowseCommand (and, on the source trunk, i see that options for username and password have been added). Is there a way to invoke BrowseCommand from the operating system shell in AMQ 5.4.2 and 5.5? -- *Joe Niski* Senior D

Re: Running multiple activemq instances on the same server

2011-08-24 Thread Joe Niski
eholders from further down the file, standard Spring: connectorPort="${remote_jmxConnectorPort}"/> and another: uri="tcp://0.0.0.0:${remote_openwirePortNumber}?keepAlive=true&soTimeout=3"/> i hope this helps, Joe *Joe Niski* Senior Developer -

Re: Running multiple activemq instances on the same server

2011-08-23 Thread Joe Niski
pulled in manually. For me, it's actually easier to do a filesystem copy of the entire AMQ tree and hand-edit the ports in our properties files. Also, note that when "activemq-admin create" copies the xml files, it encodes the ">" wildcard character as ">&qu

tcp keepalive and InvalidClientIDException

2011-06-29 Thread Joe Niski
http. Could this behavior - ActiveMQ not dropping the connection even though the client has gone offline - be caused by the keepalive setting? For what it's worth, enabling keepalive was an (unsuccessful) attempt to resolve this problem: https://issues.apache.org/jira/browse/AMQ-3353.

Re: AMQ-3353 Durable subscribers on durable topics don't receive messages after network disconnect

2011-06-23 Thread Joe Niski
Thanks, Syed, for opening this defect - and Andreas for chiming in. It gives me confidence that i didn't miss something obvious in my configurations. *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG <http://www.nwea.org/> |

Re: Usage Manager Store is Full

2011-06-13 Thread Joe Niski
if you're using ProducerFlowControl, i believe it can mean you've run out of queue memory (not disk storage). *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG <http://www.nwea.org/> | Partnering to help all kids learn™

Durable subscriptions not surviving network disconnect

2011-06-09 Thread Joe Niski
s one consultant suggested) isn't an option for our production issues, regardless of how attractive it is in the bigger scheme of things. This is a real problem for us and our customers. Any guidance is appreciated. -- *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG <http://www.nwea.org/> | Partnering to help all kids learn™

Re: KahaDB corruption

2011-02-23 Thread Joe Niski
My experience with rebuilding the kahadb index after a crash (AMQ 5.3.0) is that it can take hours, even for a modest (< 100 MB) message store. Has this improved in 5.4.x? Joe Niski IS Development | NWEA PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.o

Re: AMQ 5.4.2 schema validation and Spring PropertyPlaceholderConfigurer

2011-01-28 Thread Joe Niski
esn't represent a boolean value) is passed in, so we're not losing much. For now, we can either hard-wire the value or disable validation, depending on what our security and operations folks prefer. Here's the issue: https://issues.apache.org/jira/browse/AMQ-3168 thanks agai

AMQ 5.4.2 schema validation and Spring PropertyPlaceholderConfigurer

2011-01-28 Thread Joe Niski
;t produce errors, but they're for string or numeric values, not booleans. Is there any way around this *without* disabling schema validation? i really need to be able to configure this value outside the xml, and it worked fine in 5.3.0. thanks in advance, Joe -- Joe Niski IS Developmen

Re: how to get Camel 2.4.0?

2011-01-25 Thread Joe Niski
oops, ignore that, i just found the archive site. sorry for the wasted bandwidth. Joe Niski IS Development | NWEA PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 01/25/2011 04:39 PM, Joe Shisei Niski wrot

how to get Camel 2.4.0?

2011-01-25 Thread Joe Niski
pache doesn't have 2.4.0 available for download. i checked almost 10 of the listed mirrors, and they don't have it either. Only 2.5.0 and 1.6.4 seem to be available. Suggestions? Pointers? As always, thanks in advance... Joe -- Joe Niski IS Development | NWEA PHONE 503.548.5207 | F

connection pooling and maximum number of sessions on a connection?

2010-11-22 Thread Joe Niski
ActiveMqConnection? A practical limit? The sessions are used by MessageListeners, not by producers. thanks in advance, Joe -- Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn

activemq-ra.jar and version-mixing

2010-11-22 Thread Joe Niski
.0.jar. It hasn't seemed to cause problems. However, i'm wondering about our impending upgrade to 5.4.1 - is there anything i should be concerned about? Or can i simply upgrade our .car project to consume the latest activemq-ra.jar? -- Joe Niski IS Development | NWEA PHONE

Re: jmx queries and nagios-jmx-plugin

2010-10-25 Thread Joe Niski
thanks, Dejan! putting my broker's name in your example query (in place of "localhost") worked. i'll followup a bit more once we actually start monitoring. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22>

Re: jmx queries and nagios-jmx-plugin

2010-10-25 Thread Joe Niski
thanks, Dejan! putting my broker's name in your example query (in place of "localhost") worked. i'll followup a bit more once we actually start monitoring. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22>

jmx queries and nagios-jmx-plugin

2010-10-22 Thread Joe Niski
er]" i simply want to read the attributes on the Broker that shows up in jconsole as a managed bean. Has anyone else used the nagios-jmx-plugin with ActiveMQ, or can anyone offer tips for constructing JMX queries? thanks in advance, Joe -- Joe Niski IS Development | NWEA PHO

Re: Help destroying 1,000+ subscribers

2010-10-22 Thread Joe Niski
ts up, the durable subscriptions don't show up in the console. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 10/22/2010 12:51 AM, James Green wrote: We are reliant on persisten

Re: Help destroying 1,000+ subscribers

2010-10-21 Thread Joe Niski
ight persistent messages when you take ActiveMQ down. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 10/21/2010 08:55 AM, James Green wrote: Hi, Due to a bug my side I've managed to

Re: Create durable topic subscriber ?

2010-10-18 Thread Joe Niski
believe. But you can call Connection.setClientID(String) to set it yourself, before calling Connection.CreateDurableConnectionConsumer(). Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On

Re: producer flow control and message cursors

2010-10-05 Thread Joe Niski
That's very helpful, Stan, i really appreciate the clarity and detail. i'll follow up on the systemUsage elements. (re: the reply logic: sorry about that, it appears that one of our mail gateways is stripping the reply-to header...) Joe Niski IS Development | NWEA PHONE 503.212.33

Re: producer flow control and message cursors

2010-10-01 Thread Joe Niski
inue to be accepted by the queue, until a consumer starts or AMQ actually runs out of heap and the producer's connection is broken. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On

Re: producer flow control and message cursors

2010-09-29 Thread Joe Niski
Thanks for the clarification, Dejan. *Joe Niski *IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG <3D%22http://www.nwea.org/%22> ** | Partnering to Help All Kids Learn On 09/29/2010 01:29 AM, Dejan Bosanac wrote: > No, producer flow control is on by default w

Re: producer flow control and message cursors

2010-09-28 Thread Joe Niski
One additional question: When using the default store-based message cursor, what happens when the store is full? Does ActiveMQ throw an exception to the producer, or does it block until messages are consumed? Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG

Re: producer flow control and message cursors

2010-09-28 Thread Joe Niski
But using the default store-based cursor requires disabling Producer Flow Control, correct? Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 09/28/2010 08:13 AM, Dejan Bosanac wrot

producer flow control and message cursors

2010-09-27 Thread Joe Niski
cking producers, at the risk of filling up the disk)? thanks in advance, Joe -- Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn

Re: durable subscription problems

2010-08-26 Thread Joe Niski
like we have a fix, so i'm (cautiously, until we're in production) happy. *Joe Niski *IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG <3D%22http://www.nwea.org/%22> ** | Partnering to Help All Kids Learn On 08/16/2010 05:00 PM, Joe Niski wrote: > >

Re: durable subscription problems

2010-08-24 Thread Joe Niski
thanks again, Joe Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 08/24/2010 03:11 AM, Gary Tully wrote: A single non-duplex networkConne

Re: durable subscription problems

2010-08-23 Thread Joe Niski
o (3) is "no", is it possible to point to the topics on broker A using the ">" wildcard in the "" or "" in broker B's networkConnector? thanks in advance, Joe Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3

Re: HTTP ERROR 503 in latest ActiveMQ 5.4.0

2010-08-19 Thread Joe Niski
For what it's worth, the default jetty.xml is quite different in 5.4.0 than in 5.3.x. My old (5.3.0) jetty config didn't work at all with 5.4.0, but it was easy to modify the default to do what i wanted. Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 N

Re: durable subscription problems

2010-08-17 Thread Joe Niski

Re: durable subscription problems

2010-08-17 Thread Joe Niski
ava:908) at java.lang.Thread.run(Thread.java:619) Joe Niski IS Development | NWEA PHONE 503.212.3382 | FAX 503.639.7873 NWEA.ORG<3D%22http://www.nwea.org/%22> | Partnering to Help All Kids Learn On 08/17/2010 03:26 AM, Dejan Bosanac wrote: Hi Joe, this sounds like a bug. Did yo

durable subscription problems

2010-08-16 Thread Joe Niski
t; attributes for on Remote (vaguely recommended in the docs) doesn't seem to have any effect. This seems very similar to this issue from February 2009: http://old.nabble.com/Confusion-about-dynamicOnly-NetworkConnector-property-td22211600.html, which didn't seem to get resolved.