jms problem

2002-01-08 Thread Markus Rinderer
hi ! i am trying to subscribe to topics from my java standalone client application. everything works fine if i use OpenJMS with Orion Application server. when using orion's JMS server i run into the following problem: the client successfully subscribes to the first topic, but hangs when subscribu

RE: JMS Problem

2001-08-10 Thread Jason Smith
yer Sent: Friday, August 10, 2001 1:27 PM To: Orion-Interest Subject: Re: JMS Problem The start up class in weblogic is specific to that server. It is not part of the j2ee spec and there is no equivalent in orion. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Friday, A

Re: JMS Problem

2001-08-10 Thread Tim Pouyer
The start up class in weblogic is specific to that server.  It is not part of the j2ee spec and there is no equivalent in orion. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Friday, August 10, 2001 7:24 AM Subject: JMS Problem hi

RE: JMS Problem

2001-08-10 Thread Trujillo, Kris
10, 2001 5:24 AMTo: Orion-InterestSubject: JMS Problem hi, can we specify any class as a startup class in Orion the same way we can do in Weblogic.   Vikas*DisclaimerThis message (including any attachments) contains

JMS Problem

2001-08-10 Thread Vikas Malhotra
hi, can we specify any class as a startup class in Orion the same way we can do in Weblogic.   Vikas * Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpo

JMS Problem

2001-04-27 Thread Kesav Kumar
Title: RE: Orion performance meassures ? Hi I am new to JMS development, I wrote a sample application through which I want to access the messages stored in the orion server.  When I ran the application seperatly from outside orion environment I am getting the following error   java.lang.Null

Please help with JNDI->JMS problem

2000-11-22 Thread Werner Bohl
Please help me: An application client I deployed on 1.4.4 finds references for my remote ejb's, but it does not get a reference to the remote TopicConnectionFactory. Run locally works fine. Thanks in advance, Werner Bohl Organization for Tropical Studies Costa Rica

JMS Problem: TemporaryTopic / TopicRequestor

2000-06-26 Thread Jonathon Lipsky
Hello, I have problem (probably one that I am causing myself.) with JMS and Orion 1.0. I have successfully created a Topic that I can publish and subscribe to messages without problem. For some of the messages I would like the subscribers to reply to a temporary topic. To do this I attempte