[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-06-19 Thread mlange
AOP is a technology to implement cross-cutting concerns and it is heavily used in JBM 1.4. I simply used the existing classes (some of them are precompiled with aopc) and added an interceptor. This one is called before/after the method call. Using this the message rate (incoming/outgoing) or the

[jboss-user] [Management, JMX/JBoss] - Re: Description / Parameter names etc in jmx-console

2009-06-19 Thread mlange
I am not familiar with the annotations used there but the descriptions only appear if you use XMBeans or Dynamic MBeans (no standard mbeans), View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238702#4238702 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Messaging] - Re: Failed to Route Reference[]:RELIABLE to queue

2009-03-24 Thread mlange
I have also seen this error if there are problems with the persistent store (db connection is gone e.g.): 2009-03-24 12:08:52,216 596710123 ERROR [org.jboss.messaging.util.ExceptionUtil] (WorkerThread#20[:54733]:) SessionEndpoint[tgbk-bjnhhosf-1-hu58mesf-7l6lod-l31e6a] send [vgbk-sjnhhosf-1-hu

[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-02-26 Thread mlange
What I was interested in (and what I implemented) was the current message throughput (incoming and outgoing messages) because we use the clustered messaging server as an asynchronous backend for other applications. Also general message counters and the current registered message listeners are i

[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-02-26 Thread mlange
JMX is the way to go. There are only very few monitoring metrics in 1.4 so I decided to intercept the calls via AOP and aggregate them into a separate mbean. This is fairly simple. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213252#4213252 Reply to the po

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread mlange
jboss.j2ee:service=EARDeployment,url='yourear.ear' But an ear is not a real service in JBoss sense so this might not work in all cases (we are using this way to make an ear depend on a cache loader and it works). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread mlange
jboss.j2ee:service=EARDeployment,url='yourear.ear' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202761#4202761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202761 ___ jbos

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-13 Thread mlange
Simply collect all mbeans and the corresponding JMX object names and read the JMX docs how get the attributes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201599#4201599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossWS] - Re: Upgrade jbossws on JBoss EAP 4.2

2008-11-07 Thread mlange
We also tried to use the new stack on EAP (4.3). This is not supported unfortunately and gives errors. You have to stick to the old 2.x native stack included. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187708#4187708 Reply to the post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Failover problems

2008-07-22 Thread mlange
Are you using the clustered postoffice (true)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165810#4165810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165810 ___ jboss-us

[jboss-user] [JBoss Messaging] - measuring server-side message throughput

2008-04-18 Thread mlange
Is there an easy way to get a valid measurement of the current server-side throughput of the whole messaging server including all queues which are in use? I know that there are JMX attributes for monitoring queue sizes and histories but what about the total message throughput per second? As we a