I have both a JBM multithreaded producer application and a multithreaded JBM
consumer application that each need to perform a distributed transaction (JMS
and JDBC--one sends messages and writes stuff to the db, and the other consumes
messages and writes to the db). They are both standalone jav
I have a working standalone JBM 1.4 java client application that publishes
messages to a JBoss Application Server running JBM. It is a multithreaded
application that will eventually produce (not receive) messages at a pretty
high rate, so I will require some form of client-side caching/pooling