[JBoss-user] [Messaging, JMS & JBossMQ] - Re: UIL2: How to tune it to stop client disconnected errors?

2004-06-24 Thread mylesJ
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

[JBoss-user] [Messaging, JMS & JBossMQ] - UIL2: How to tune it to stop client disconnected errors?

2004-06-24 Thread mylesJ
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Binding topic connection to JNDI

2004-06-03 Thread mylesJ
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.

[JBoss-user] [Messaging, JMS & JBossMQ] - Binding topic connection to JNDI

2004-06-03 Thread mylesJ
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

[JBoss-user] [Security & JAAS/JBoss] - JAAS trust implementation

2004-05-25 Thread mylesJ
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation between servers?

2004-05-24 Thread mylesJ
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

[JBoss-user] [Security & JAAS/JBoss] - Security context propagation between servers?

2004-05-24 Thread mylesJ
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