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
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
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
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
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
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
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
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
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)