log « jms « Java Enterprise Q&A





1. JMS queue logging/browsing for all messages (invisible consumer for queue) (OpenJMS)    stackoverflow.com

do you have idea, if there would be some nice way to browse/log JMS queues? (I'm using OpenJMS) For topics I can just add one consumer more and that's about it but ...

2. How to stop JBoss from spamming logs if an exception occurs in onMessage of a MDB?    stackoverflow.com

I have a listener bean which calls on a session beans method in the MDBs onMessage method. If an exception occurs, such as IllegalStateException (which I throw) or NPE, then JBoss ...

3. Distributed JMS based logging .. falling flat?    stackoverflow.com

In our fancy ESB, logging of each request is done via a common infrastructure based on JMS based logging. Here is what happens in a nutshell:

  1. service gets a request service
  2. prepares ...

4. Distributed logging with JMS and logback    stackoverflow.com

I'm working on a project to combine log data from multiple machines to a single DB. I have to logging scenarios:

  1. usual logging of exceptions and developer logging e.g. a dev turns the ...

5. aop trace logs disabling    stackoverflow.com

[aop-trace] org.jboss.jms.client.container.ClientConsumer ClientConsumer[drv-x7nn77mg-1-8ij9xzlg-hded3s-j436a] waiting on main lock, timeout 1000 ms

[aop-trace] org.jboss.jms.client.container.ClientConsumer ClientConsumer[7rv-36nn77mg-1-8ij9xzlg-hded3s-j436a] done waiting on lock, buffer is empty

[aop-trace] org.jboss.jms.client.container.ClientConsumer ClientConsumer[7rv-36nn77mg-1-8ij9xzlg-hded3s-j436a]: 1000 ms timeout expired

[aop-trace] org.jboss.jms.client.container.ClientConsumer ClientConsumer[7rv-36nn77mg-1-8ij9xzlg-hded3s-j436a] receiving, timeout = 1000

[aop-trace] ...