RE: JMS debugging

2000-10-04 Thread Jai Jones
Queue's don't work, period. We've tried them from regular java classes and Message Driven beans neither work. We sent messages to the Orion team about this but haven't received a response yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Markus Holmb

JMS Queue's Don't work

2000-10-02 Thread Jai Jones
Is anyone able to receive asynchronous messages using JMS Queue's? I'm able to receive messages synchronously using the receive method. However when using the MessageListener interface I never receive any messages. This problem apears to be for Queues only Topics work fine. If anyone has a solut

RE: Can't set QueueReceiver for TemporaryQueue - Invalid Queue Exception

2000-09-27 Thread Jai Jones
I'm unable to use Temporary Queues either. It definitely looks like a bug. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cathleen Dull Sent: Wednesday, September 27, 2000 11:53 AM To: Orion-Interest Subject: Can't set QueueReceiver for TemporaryQueue -

RE: Obscure JMSException

2000-09-20 Thread Jai Jones
We have had the same problem. From what I've seen if you attempt to define a Topic or Queue connection factory in jms.xml you will get that null pointer exception. There are default connection factories that work fine, jms/TopicConnectionFactory and jms/QueueConnectionFactory. We used these wit

What are valid Orion permissions

2000-09-06 Thread Jai Jones
Does anyone know what the valid permission values are for groups in the principals.xml file. I see several permissions like "rmi:login" and "com.evermind.server.rmi.RMIPermission" but I don't know what they mean. Can anyone help?