An additional question: does the message listener thread, the one that invokes
onMessage() also respond to server "keep alive" ping requests? The reason I ask is
that I have a sneaking suspicion that if the thread that invokes onMessage() is tied
up with processing lots of business logic then it
We constantly get client disconnected exceptions when using messaging. We use the UIL2
connection layer on JBoss 3.2.1.
When we run JBoss and the messaging client on the same machine we never get the error
but when they run on different machines, after about an hour or two the clients get
disco
Thanks, sounds just the ticket. The FAQ entry is about accessing a remote connection
pool, is there any differences in configuration if the EJBs that are accessing it
local to the pool? Can one of those configuration changes be ditched?
Thanks,
Myles
View the original post :
http://www.jboss.
We are facing an awkward scenario when sending JMS messages from within an EJB. We
want to be able to cache a topic connection and reuse it rather than create a new one
each time an EJB publishes a message. The connection factory seems to create a new
physical connection each time rather than re
Hi,
Is anyone aware of an implementation of JAAS that provides a trust relationship
between two applications? The purpose of this being that once a user is authenticated
in one application they will by default be authenticated on any other trusted
application.
I would much rather opt for a pro
Thanks Scott,
Are you aware of any third party or open source implementations of JAAS that
facilitate trust relationships between two distributed J2EE applications?
I would much rather opt for a proven solution were one available than develop one from
the ground up; the danger of opening up a m
This is more in the realm of J2EE security than JBoss, but I would appreciate any
guidance on it. How can a security context be propagated between two JBoss servers, or
for that matter, any J2EE application server?
I presume the answer lies in JAAS and custom login modules. Are there any off the