Broker stops accepting messages when policy queue memoryLimit is reached

2008-12-17 Thread Dylan Vanderhoof
Broker stops accepting messages once the queue memoryLimit is hit. Version: 5.2.0 How to reproduce: 1. Start ActiveMQ with default configuration. 2. Queue messages until it stops accepting messages. (~5000 depending on message size.) The broker will continue accepting messages past the lim

Re: Example code for failover support using STOMP

2008-12-17 Thread Dejan Bosanac
Hi Michael, you can take a look at how it is implemented in PHP client http://code.google.com/p/stompcli/source/browse/trunk/src/main/php5/Stomp.php it's not bulletproof, but it works. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.mann

Example code for failover support using STOMP

2008-12-17 Thread mjustin
Hello newsgroup are there already implementations for filover support in a STOMP client available? I would like to add failover support in my Delphi / Free Pascal client library and need some inspiration / best practices / examples. Many thanks & happy holidays -- Michael Justin SCJP, SCJA bet

Re: How to monitor ActiveMQ that run in JBOSS

2008-12-17 Thread pbaker01
Additional netstat info. C:\Users\Paul>netstat -an|find "61616" TCP0.0.0.0:61616 0.0.0.0:0 LISTENING TCP[::]:61616 [::]:0 LISTENING C:\Users\Paul>netstat -an|find "8161" C:\Users\Paul>netstat -an|find "8161" C:\Users\Paul>net

Duplicate Queues

2008-12-17 Thread cxfuser17
I am getting odd behavior with my message broker. I have a web application running under tomcat and a client running in a standalone application. When the client starts up it connects to the AMQ broker and listens for messages on the RESPONSE_Q. The web server is listening for messages on the R

Re: activemq.xml PropertyPlaceholderConfigurer not working for in wrapper

2008-12-17 Thread Felix Knecht
Dejan Bosanac schrieb: > I raised Jira issue for this ( > https://issues.apache.org/activemq/browse/AMQ-2036) and will investigate it > shortly. > Thanks, so I can watch it :-) PS: The error occurs on a linux box Felix > > Cheers > -- > Dejan Bosanac > > Open Source Integration - http://fusesour

Re: activemq.xml PropertyPlaceholderConfigurer not working for in wrapper

2008-12-17 Thread Dejan Bosanac
I raised Jira issue for this ( https://issues.apache.org/activemq/browse/AMQ-2036) and will investigate it shortly. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Dec 16, 2008

Activemq startup on iSeries (QSTRUP)

2008-12-17 Thread Awright
Hello folks, apologies if this has been asked before, I /did/ do a search, but knowing my luck wasn't imaginative enough with my criteria *grin*. Basically I've installed ActiveMQ in the IFS on an iSeries (My first ever brush with this product), and I've been asked to ensure it alwa

Problem with running Ajax with amq.js

2008-12-17 Thread Pete Kay
Hi, I have GWT jsni wrapper built for Activemq's amq.js without any problem. The problem is when I migrated the GWT code to smartgwt, smartgwt seems to have function name conflict with functions in prototype.js. I tried modifing the function names in prototype.js ( the find and select functions)