rrentStoreAndDispatchQueues and rerun
> the
> > tests.
> >
> > Alan Diego
> >
> >
> > On Wed, Aug 28, 2019 at 9:42 AM James Green
> > wrote:
> >
> > > Hi,
> > >
> > > Following-up as I've run more tests.
> > &g
running into the Nagle algorithm on your TCP sockets? If
> you use larger (e.g. 1KB) payloads, what does that do to your throughput on
> a single producer?
>
> Tim
>
> On Thu, Aug 22, 2019, 2:54 AM James Green
> wrote:
>
> > Hi all,
> >
> > I
Hi all,
I've been busy shifting an existing workload into AWS recently, and a load
test shows a serious performance drop when sending to ActiveMQ which I
could use some advice on.
Quick architecture summary: We send requests via a webserver that are
forwarded as messages to a queue. A backend rec
For a broker that should be holding almost nothing this looks very
suspicious:
total 779M
-rw-r--r-- 1 999 docker 32M Jul 11 06:51 db-3393.log
-rw-r--r-- 1 999 docker 32M Jul 11 09:21 db-3394.log
-rw-r--r-- 1 999 docker 32M Jul 14 09:26 db-3444.log
-rw-r--r-- 1 999 docker 684M Jul 14 09:26 db.d
On 28 April 2015 at 14:09, Tim Bain wrote:
> On Apr 28, 2015 3:21 AM, "James Green" wrote:
> >
> >
> > So to re-work my understanding, the pre-fetch buffer in the connected
> > client is filled with messages and the broker's queue counters react as
>
On 27 April 2015 at 17:32, Tim Bain wrote:
> On Mon, Apr 27, 2015 at 7:30 AM, James Green
> wrote:
>
> >
> > Surely if a client takes more than the receive time-out to process a
> > message, a re-delivery will occur? If not, what does happen?
>
>
> I don'
) where
> messages have been dispatched to the consumer but not acknowledged (i.e.
> they're in the consumer's prefetch buffer or they're the message the
> consumer was processing at the time of the disconnect under certain
> acknowledgement modes).
>
Surely if a client tak
cy max from 6 to infinite will help.
> >>
> >> You can do this in the brokerurl passed to the jms connection factory,
> >> it may also make sense to reduce the prefetch if consumers come and go
> >> without consuming the prefetch, which seems to be the case.
&g
of more precise wording, go ahead and update but the
performance of the system would appear to be an important factor that
people should be aware of.
On 24 April 2015 at 14:31, James Green wrote:
> We have set the receive() timeout to 10s via the url - no DLQ issues for
> the past few ho
ers come and go
> without consuming the prefetch, which seems to be the case.
>
>
> tcp://..:61616?jms.prefetchPolicy.all=100&jms.redeliveryPolicy.maximumRedeliveries=-1
>
> On 23 April 2015 at 17:14, James Green wrote:
> > Hi,
> >
> > We are not overri
redelivery counter to increment
> in error... so that may be relevant[1].
> A short term solution would be to ensure infinite or a very large
> number of redeliveries, up from the default 6. That can be provided in
> the broker url.
>
> [1] https://issues.apache.org/jira/browse/AMQ
We have a camel route consuming from ActiveMQ (5.10.0 with KahaDB) and
frequently get a DLQ entry without anything logged through our errorHandler.
The only thing we have to go on is a dlqFailureCause header which says:
java.lang.Throwable: Exceeded redelivery policy limit:RedeliveryPolicy
{desti
the point is that activemq is WAY easier to embed than say
> something like Cassandra or Elasticsearch.
>
> So if you can easily make your own Java daemons I would recommend going
> down that path.
>
>
>
> On Mon, Apr 20, 2015 at 7:31 AM, James Green
> wrote:
>
> &
I'm having a hard time getting a Debian package of ActiveMQ to upgrade.
It seems that the ActiveMQ init script is told to "stop". JMX is not
configured so this fails, falling back to sending a SIGKILL.
The trouble is that "kill" only ever returns the result of itself and does
not guarantee that t
Is
http://activemq.apache.org/maven/apidocs/org/apache/activemq/store/jdbc/JDBCPersistenceAdapter.html#setDirectory(java.io.File)
not redundant?
Looking at http://activemq.apache.org/jdbc-master-slave.html the example
configures a JDBC persistence adapter with both a data directory and a data
sour
Looking at http://activemq.apache.org/persistence.html and wondering about
building a cluster of brokers for high availability.
Seems JDBC was implemented quite some time ago and has been eclipsed by
KahaDB and now LevelDB but these are local only. There's something very
shiny and new about LevelD
Ref http://activemq.apache.org/replicated-leveldb-store.html
Is this page actually detailing that Zookeeper will maintain one master
BROKER and that writes through this broker will be replicated to slave
brokers?
I read - interpreted - the URL and title as being about leveldb data being
replicate
On 3 November 2014 09:42, Vikas Agarwal wrote:
> Hi,
>
> We are using ActiveMQ for 3+ years, however, we didn't test it under heavy
> load. Recently, we started using ActiveMQ in another project where
> sometimes load increases exponentially as we are listening to twitter
> stream which can pile
We have a hub/spoke architecture. We did a rolling upgrade from 5.7.0 to
5.10.0 starting with the hub instance. So long as the client/server & peer
protocols don't become incompatible it's fine.
On 15 October 2014 21:39, djdick wrote:
> We're looking to upgrade from 5.9 to 5.10 and are using a n
g and in the
> connection info from JConsole?
>
> On Fri, Sep 26, 2014 at 9:46 AM, James Green
> wrote:
>
> > I can connect using Jmxterm on the local host itself but not using
> > jvisualvm from another host within the firewalled network. Very odd.
> >
> &g
I can connect using Jmxterm on the local host itself but not using
jvisualvm from another host within the firewalled network. Very odd.
On 26 September 2014 15:38, James Green wrote:
> None of those are set here.
>
> On 26 September 2014 15:31, Geurt Schimmel
> wrote:
>
>>
ot;$ACTIVEMQ_SUNJMX_START
> -Dcom.sun.management.jmxremote.ssl=false"
> ACTIVEMQ_SUNJMX_START="$ACTIVEMQ_SUNJMX_START
> -Dcom.sun.management.jmxremote"
>
> Cheers,
> Geurt
>
> -Original Message-
> From: James Green [mailto:james.mk.gr...@gmail.com]
I should mention that access via Jolokia works just fine.
On 26 September 2014 15:14, James Green wrote:
> Config:
>
>
> jmxDomainName="org.apache.activemq"/>
>
>
>
> Logs:
>
> 2014-09-26 14:58:31,278 | INFO | JM
Config:
Logs:
2014-09-26 14:58:31,278 | INFO | JMX consoles can connect to
service:jmx:rmi://localhost:9/jndi/rmi://localhost:11099/jmxrmi |
org.apache.activemq.broker.jmx.ManagementContext | JMX connector
Replacing both localhost instances with dns name I c
t; Red Hat, Inc.
> dbosa...@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
> On Thu, Sep 25, 2014 at 4:17 PM, James Green
> wrote:
>
> > Apparently not. I was recently given permission to edit the camel wiki
>
; Dejan Bosanac
> --
> Red Hat, Inc.
> dbosa...@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
> On Thu, Sep 25, 2014 at 11:18 AM, James Green
> wrote:
>
> > Having found jmxtrans I've like t
Having found jmxtrans I've like to update the monitoring page. I have
signed the ICLA.
Thanks,
James
As ever, I find the right search query eventually and discover what appears
to be a good solution:
https://github.com/jmxtrans/jmxtrans
On 25 September 2014 09:48, James Green wrote:
> Has anyone got advice/steps to follow to record named queue sizes in say
> graphite?
>
> Fr
Has anyone got advice/steps to follow to record named queue sizes in say
graphite?
>From there all sorts of things can happen including Nagios checking.
We have AMQ 5.10.0 installed and Hawt.io can inspect but it's really 24x7
automation we want...
Thanks,
James
Sounds like the issue I was observing last month. ActiveMQ was randomly
deciding to just "stop" delivering messages to consumers - both the shipped
web console and hawtio showed things absolutely as I would expect them to
be.
I ended up suspending new operations, allowed existing data to be proces
My bintray.com/jmkgreen repository now has 5.10.0-2 package of ActiveMQ.
The only change from the original release is that the init script now
ensures the pid folder exists. This resolves the problem that on Ubuntu
(possibly Debian and others) /run (and symlinked /var/run) are mounted as
tmpfs thu
The book, ActiveMQ in Action, exists and would be useful to a person such
as yourself.
On 24 August 2014 03:40, Bob M wrote:
> Hi
> I am completely out of my depth here and seek advice please...
> I have a java program that trades on the forex market via a broker in
> Switzerland
>
> Th
I've had to wait until all queues were flushed and then removed the kahadb
folder. Now it reports 0% used as expected.
Are there known issues going from 5.8.0 to 5.10.0 in-place with kahadb?
On 24 August 2014 10:09, James Green wrote:
> One of our 5.10.0 brokers is reporting memory st
n.
On 23 August 2014 10:18, James Green wrote:
> Usually a restart of amq resolves this issue. Today is different.
>
> After two restarts I see a few dozen messages dequeued then its all stop.
> Nothing in the logs other than DEBUG or INFO. Other servers appear fine.
>
> I can us
One of our 5.10.0 brokers is reporting memory storage at 70% used. Yet
there is nothing pending on any queues and should be nothing in any topics
either.
The queues and topics look identical to those on another 5.10.0 broker
which sits happily at 0% memory used.
What can I do to debug this?
Than
.
Thanks,
James
On 21 August 2014 09:49, James Green wrote:
> One of our spoke machines shows evidence that it is not delivering the
> messages to consumers as expected. Of the queues in question is named
> "DeliveryNotifications.Inbound" and I've switched on debug logging
I wrote yesterday asking what could be causing messages to remain on a
queue despite a consumer being registered. Each morning I've had to restart
this AMQ instance to resume operations.
This morning was different. I had an alarm indicating hub and all spokes
were having issues. Hub was at 100% st
One of our spoke machines shows evidence that it is not delivering the
messages to consumers as expected. Of the queues in question is named
"DeliveryNotifications.Inbound" and I've switched on debug logging to
capture what I can.
During the following log segment you can see there are messages for
See http://activemq.2283324.n4.nabble.com/PPA-for-Debs-td4683151.html
On 29 July 2014 00:51, Kevin Burton wrote:
> I'm thinking about creating debian packages for 5.10 …
>
> doesn't seem like they exist for 5.10 from debian directly.
>
> … and it seems like activemq deserves somewhat fresh pac
AMQ-5285. May need to be moved to another project - no components listed
mentioning build processes.
On 22 July 2014 23:04, Peter Hicks wrote:
>
> On 22/07/14 14:33, James Green wrote:
>
>> I might have to add a ticket to get this included at the end of the build
>>
I might have to add a ticket to get this included at the end of the build
pipeline given it is trivial to achieve and will aid adoption.
On 22 July 2014 11:10, Gary Tully wrote:
> thanks for closing the loop on this one, good to have the pointer :-)
>
> On 21 July 2014 16:59, Ja
http://dl.bintray.com/jmkgreen/deb /
You should be able to apt-get update then apt-get install activemq and see
it fire up. The folders look pretty reasonable for a debian system. The
packages are not signed.
Thanks,
James
On 14 July 2014 11:23, James Green wrote:
> The obvious answer - ti
If I look at activemq.apache.org in Chrome it's missing a lot of styling.
According to the Chrome logs it's an https web page trying to load
resources from http and that's not allowed.
Firefox has things fine.
Hopefully someone can issue a fix as it looks like yet another project not
being mainta
t;
> On 11/07/14 16:13, James Green wrote:
>
>> I cannot find a source of ActiveMQ Debian packages that are up to date. Is
>> there one?
>>
>> We're trying to install all new servers using apt-get almost exclusively,
>> yet have the need of improvements in 5.9.
I cannot find a source of ActiveMQ Debian packages that are up to date. Is
there one?
We're trying to install all new servers using apt-get almost exclusively,
yet have the need of improvements in 5.9. Others in the company are noting
RabbitMQ does and are suggesting we should take a look...
Than
Either give the messages an expiration time or write something to drain the
destinations according to your own business logic. Then
gcInactiveDestinations doesn't need to care about your specific use-case.
On 28 June 2013 20:42, Paul Gale wrote:
> gcInactiveDestinations is defined as delete ina
OK time to face-palm myself. There were line endings in the
destinationFilter. I even ignored when the copy-paste into the email showed
them!
Going to shift this into SVN internally!
On 31 May 2013 11:26, James Green wrote:
> I'm setting up a new spoke broker. It works fine except
I'm setting up a new spoke broker. It works fine except for one durable
topic subscription.
I've copied the config across from an existing one that works. The spokes
connect into the hub:
Quick one - I want to add another spoke broker and connect it to our hub.
At present each spoke has it's own Key in the keystore with a corresponding
certificate on the hub.
This works but I'm wondering if ActiveMQ uses the the certificates to help
identify individual brokers?
If I add this new
This problem will almost certainly prevent us upgrading to 5.8.0.
On 25 February 2013 11:55, Gary Tully wrote:
> 5.9.0 is typically a few months away, but we have a few osgi related issues
> with 5.8.0 so I think we will need to do a 5.8.1 towards the end of march
> or early may when all of th
> Dejan Bosanac
> --
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> dbosa...@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Wed, Jan 9, 2013 at 10:28 AM, James Green
We have observed this when the link between A & B is slow. Probably a
different scenario to the one Mohit is describing though.
In our case we had a hub behind a shared ADSL link and several spokes in
"production land". We would see messages piling up at random on the spokes
until restarts where i
That's not annoying...
jmkgreen all the same.
On 19 December 2012 16:43, Christian Posta wrote:
> James, I believe you have to create it for the wiki (not linked through
> Crowd)
>
>
> On Wed, Dec 19, 2012 at 8:39 AM, James Green >wrote:
>
> > My JIRA is j
Speaking of which I am listed under the "Unlisted CLAs" and have been for
months. I also wanted to update the wiki. Still can of course if someone
adds me in.
James
On 18 December 2012 10:20, Dejan Bosanac wrote:
> Hi Neil,
>
> you need to sign ICLA
>
> http://www.apache.org/dev/new-committer
You missed the conf/activemq-stomp.xml example.
Christian's kindly copied the entry it seems :)
On 7 December 2012 18:24, rischfre wrote:
> Hi,
>
> i m a bit surprise by the lack of documentation about Stomp instalation. In
> my case it would be interresant as after installing ActiveMQ 5.7.0
I have a stomp client connected using pretty much default settings, and I
changed it to ack every 100 messages for performance.
It gets one message then gives up.
Checking the "Active Consumers" for the queue I two entries:
A client-id, with a prefetch of 1
A connection-id, with a prefetch of 0
b
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Tue, Nov 20, 2012 at 3:57 PM, James Green
> wrote:
> > If I try and send a large, multi-megabyte (base64 encoded), message to a
> > queue my script issues the following notic
If I try and send a large, multi-megabyte (base64 encoded), message to a
queue my script issues the following notice then "hangs" consuming all
available CPU:
Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection reset
by peer in /home/jamesg/Stomp.php on line 495
Is this library
part of Red Hat
> dbosa...@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Tue, Nov 20, 2012 at 1:00 PM, James Green
> wrote:
> > From the console works but has a session "secret" guid which
talks about mapping but there's no
> > detail on that.
> >
> >
> >
> > On 20 November 2012 11:20, Gaurav Sharma
> wrote:
> >
> >> Yes, see http://activemq.apache.org/rest.html
> >>
> >> On Nov 20, 2012, at 3:03, James Green wrote:
see http://activemq.apache.org/rest.html
>
> On Nov 20, 2012, at 3:03, James Green wrote:
>
> > Trying to whip up a quick script to test performance.
> >
> > It would be really useful to call a URI to purge/delete the queue I'm
> using
> > between iterations without nee
it's client or broker problem?
>
> Regards
> --
> Dejan Bosanac
> --
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> dbosa...@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder
the memory
> usage.
>
> If the memory limits allow, on the send, the message will be retained
> in memory and dispatched from memory.
>
> It would be great to get a handle on why the stomp clients on the spoke
> die?
> is it inactivity timeout?
>
>
> On 8 November 2012
rwise it would be interesting to find out how to reproduce the problem
> so that it can be analyzed further.
>
> Regards,
>
> Torsten Mielke
> tors...@fusesource.com
> tmielke.blogspot.com
>
>
>
> On Nov 2, 2012, at 4:20 PM, James Green wrote:
>
> > I restarted AMQ
I restarted AMQ. The counter remains at 55. Browsing, I now see messages!
They are 40 minutes old and have redelivery true. Is there anything more
that can be suggested as a result?
On 2 November 2012 15:14, James Green wrote:
> I am looking at the web console and the JMX connection wh
listens for stomp connections on port
61612 is the above, and it's waiting on... something?
Having to restart again! What's the best way forward here, anyone?
Thanks again,
James
On 1 November 2012 12:18, James Green wrote:
> Gary,
>
> Spokes reach out to the hub. The hub is
It should do once a remote
> close has been initiated.
>
> Or is the problem that the hub/spoke does not really close the
> connection when it sees a problem?
>
> It is odd that it is a 24hr thing, what happens at that time.
>
> On 1 November 2012 11:27, James Green wr
; and that the write needs to timeout at the tcp level. that can take
> some time.
>
> There is a writeTimeout filter that can help at the activemq level.
>
> Have a peek at https://issues.apache.org/jira/browse/AMQ-1993
>
>
> On 30 October 2012 21:31, James Green wrote:
&g
or a solution for that problem.
>
> Geurt
>
> -Original Message-
> From: James Green [mailto:james.mk.gr...@gmail.com]
> Sent: Thursday, November 01, 2012 8:35 AM
> To: users@activemq.apache.org
> Subject: Re: Whitelisting forwarded queues
>
> Are you referring to
Are you referring to this discussion, had only days ago?
http://mail-archives.apache.org/mod_mbox/activemq-users/201210.mbox/%3ccamh6+azsejinb8zadd5_vyo0u_9y-42uyg+7yc6to7zt+k5...@mail.gmail.com%3E
On 31 October 2012 23:45, Geurt Schimmel wrote:
> BrokerA is forwarding a number of queues with
>
12 11:32, James Green wrote:
> Hub with three spokes. The network between the hub and one of these spokes
> seems to be dying irregularly yet frequently.
>
> I managed to get a thread dump of the hub's ssl connector to this spoke
> along with the thread it was waiting on
nable debug logging for
> org.apache.activemq.transport.TransportLogger to see it.
>
>
> On 30 October 2012 14:39, James Green wrote:
> > Gary,
> >
> > On our test cluster one of our spokes has been configured thus:
> >
> >
> >
ns will be subscribed to
> automatically.
>
>
> On 30 October 2012 12:40, James Green wrote:
> > http://activemq.apache.org/networks-of-brokers.html states for
> > dynamicallyIncludedDestinations that "destinations that match this list *
> > will* be forwarded a
ch seems to be what you want.
>
> On 30 October 2012 12:08, James Green wrote:
> > Gary,
> >
> > I think you're saying that subscription advisories for excluded
> > destinations should be suppressed.
> >
> > On the hub we're seeing advisories for
We are running 5.7.0 on hub and spokes, forgot to mention.
On 30 October 2012 12:08, James Green wrote:
> Gary,
>
> I think you're saying that subscription advisories for excluded
> destinations should be suppressed.
>
> On the hub we're seeing advisories for qu
che.org/jira/browse/AMQ-3384
>
>
> On 30 October 2012 09:10, James Green wrote:
> > Part of my intention of declaring excluded destinations was to reduce the
> > amount of traffic over the ADSL line that exists between hub and the
> spokes.
> >
> > However, despi
class:
> org.apache.activemq.transport.TransportLogger
>
> Can you try with the following settings
>
> log4j.logger.org.apache.activemq.transport.TransportLogger=TRACE, stomp
>
>
> to get the logging you want?
>
> On Fri, Oct 26, 2012 at 8:34 AM, James G
umerInfo come in for a destination that is excluded, it will
> just ignore it and log the message you see below. This is by design, at the
> moment.
>
> On Mon, Oct 29, 2012 at 5:59 AM, James Green >wrote:
>
> > Given:
> >
> >
> > &
Interesting I think I'm seeing the same with the web console on 5.7.0.
I have a queue that's constantly got a "Number of Pending Messages" count
of 4. Yet the consumer is processing messages quite happily and is often
waiting for new messages. The Dequeued count is occassionally rising.
I am tryi
/www.nighttale.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Wed, Aug 15, 2012 at 5:32 PM, James Green
> wrote:
> > Hi,
> >
> > We have three remote ActiveMQ installs each connecting to a central hub.
> >
> > Each remote ActiveMQ install creates queu
Someone should really add that the message store be isolated from host
machine's filesystem activities within the installation documentation.
Anti-virus software is the most obvious example.
I cannot see it mentioned here:
http://activemq.apache.org/getting-started.html
On 3 April 2012 18:26, sea
Looking at ways to connect an fluctuating list of clients at customer sites
to our ActiveMQ network of brokers. They all require anything going over
the Internet to be SSL-encrypted.
I really don't want to have to restart our brokers when a new customer
comes on board (several per week). Is there
Hi,
Just noticed that 5.5.1 has been released (I'm clearly observant!).
However, there's been no news on the front page since April?
Did someone forget an announcement? I notice it's a licensing issue so you
might not feel it as important perhaps.
James
Sounds like one for Apache Camel (using ActiveMQ).
Camel to poll a filesystem directory (possibly) to shift the files onto a
queue. At the other end another Camel route to take from the queue and
place into another filesystem directory.
James
On 15 November 2011 15:21, Larry Meadors wrote:
> I
; -
> The experts in open source integration and messaging -
> http://fusesource.com
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
> On Wed, Nov 9, 2011 at 5:19 PM, James Green >wrote:
>
> > Just to be c
ing -
> http://fusesource.com
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
> On Wed, Nov 9, 2011 at 1:50 PM, James Green >wrote:
>
> > Hi,
> >
> > The network connector is documented with tcp:// transport. Are the
Hi,
The network connector is documented with tcp:// transport. Are there others?
For instance, imagine I want to install a broker that is behind a
customer's firewall, and connect it to a production network of brokers.
HTTP/S might be allowed by the customer for outbound connections but
nothing e
this helps.
>
> Regards
> --
> Dejan Bosanac - http://twitter.com/dejanb
> -
> The experts in open source integration and messaging -
> http://fusesource.com
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
&
This is of interest to me too.
Could use a description of it's behaviour which that page does not provide.
James
On 8 November 2011 01:45, Jason Dillon wrote:
> ... is this any good? I keep getting folks in the backseat making
> tunneling over HTTP a meta-requirement. Are there any significa
h. We just stopped using the
> gcInactiveDestinations feature, but of course this is not a real
> solution.
>
> I don't think that it is related to STOMP, because we have only been
> using OpenWire, via the Java and C++ libraries.
>
> Best regards,
> Martin
>
>
In 5.5.0 with gcInactiveDestinations=true, we've been sending messages via
STOMP with a receipt (proven in the stomp.log).
Just occassionally, the message appears to go missing, as does the queue
itself. The message is set to persist and has an expiry of several days.
Is this an issue that's know
ober 2011 09:56, James Green wrote:
> I'm looking at http://activemq.apache.org/statisticsplugin.html
>
> It tells me the output includes a 'size' number. Is that the number of
> messages held, the number of topics and queues, or what?
>
> Going to try an
I'm looking at http://activemq.apache.org/statisticsplugin.html
It tells me the output includes a 'size' number. Is that the number of
messages held, the number of topics and queues, or what?
Going to try and put together a Cacti template using R.I.Pienaar's ruby
script and want the labels to be
On 4 October 2011 11:02, Torsten Mielke wrote:
> > This means that for each individual queue/topic the memory limit is 1MB.
> > What exactly happens when this 1MB is hit, does the queue block or does
> it
> > page to disc?
>
> When the 1MB limit is hit, producer flow control kicks in and stops th
I am looking to monitor (and alert on) ActiveMQ and it's use (queue sizes,
etc).
Checking Google first I only see something called AMon as a possibility. Is
there any planned support for SNMP metrics within ActiveMQ natively?
AMon itself looks promising yet is advertised as both free and needing
in open source integration and messaging -
> http://fusesource.com
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
> On Thu, Aug 18, 2011 at 5:16 PM, James Green >wrote:
>
> > We have a PHP (STOMP-connected) application that has
We have a PHP (STOMP-connected) application that has just read 977 small
packets from one queue (A), processed them, and sent 977 similar messages to
a new queue (B).
Except the broker tells me the queue (B) has 884 messages. There is nothing
dequeuing messages on queue (B).
This has occurred on
http://camel.apache.org/xmpp.html
On 27 July 2011 14:33, mcamnadur wrote:
> what do you mean via camel?
> thanks and sorry to bother you
FWIW I was able to get messages from AMQ to an XMPP user via Camel. I have
not tried using the AMQ XMPP transport directly.
On 22 July 2011 19:18, mcamnadur wrote:
> Thanks
>
> Will try it out
>
> Michael
>
> On Fri, Jul 22, 2011 at 8:00 PM, Stan Lewis [via ActiveMQ]
> wrote:
> > I think it oug
I'm looking for a decent way of managing ActiveMQ, particularly since I'm
now starting to make use of Camel.
This leads me closer to a full Java EE container which might "manage" it
all.
I've seen ServiceMix which seems ok. What others are there and can the
community make any recomendations at al
1 - 100 of 170 matches
Mail list logo