JMS Error: invalid acknowledgeMode

2002-04-30 Thread Justin Wood
Hi, All We have implimented a JMS provider like the one discused by Scott Farquhar and Tim Pouyer on the 15th of November 2001 on the list (see the message from the list archive below). I get the following error message when Orion is initialising. ... Error deploying file:D:/:/orion

JMS and load balancing

2002-04-29 Thread Jorge Jimenez C
Hi. If someone knows a tutorial that cover this topic, please send me a link. It is posible to configure load balancing over JMS and two app. servers ? Each server must point to a diferent queue or it is a shared one ? What happen if one server crashes with the messages that were

Re: JMS and load balancing

2002-04-29 Thread kumarpal jain
Hi there is a nice documentaion for this at this link http://www.orionserver.com/docs/http-clustering.html hope this will help you, Kumar - Original Message - From: Jorge Jimenez C To: Orion-Interest Sent: Monday, April 29, 2002 6:40 PM Subject: JMS and load

JMS Connection Problem

2002-04-20 Thread Lomesh Contractor
Hi All, My problem arises when I trying to communicate with JMS Server. I am running my JMS server on Server A and am trying to connect to it from Server B. But, on doing this I am getting following exception . I have checked out almost everything, but could not found the any

jms and createTopic

2002-04-04 Thread Harini P
Hi, I am using createTopic function to create a Topic , i then bind it to a jndi context. I can lookup to that topic if the application server is running on the same machine as that of the client. If the client connects to the server running on a remote machine, the lookup does not happen unless

Re: jms and createTopic

2002-04-04 Thread Thomas Körner
/res-ref-name res-typejavax.jms.TopicConnectionFactory/res-type res-authContainer/res-auth /resource-ref Ciao TK - Original Message - From: Harini P [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 12:28 PM Subject: jms and createTopic Hi, I am

Help getting started with JMS

2002-03-20 Thread Joe Antkowiak
I'm having some problems getting JMS up and running. I've activated the jms entry in the server.xml. I've checked the jms log file, and it seems to be getting started. I'm using the default port of 9127. Unfortunately, when I run my application client, I get the following exception

Re: RMI client accessing JMS Topic

2002-03-20 Thread Kesav Kumar
Your'e right RMI client will not have access to java:comp/env. I used jms/theTopic in the lookup to get the topic and the same way to get the connection. I used RMIInitialContextFactory in my jndi.properties. -kesav kumar - Original Message - From: Vidur Dhanda [EMAIL PROTECTED

Re: Who starts an MDB's jms Connection?

2002-03-19 Thread Stephen Davidson
Dave Ford wrote: I am creating a JMS client that sends a message to an MDB. However, when I run it, it gives a QueueConnection not started exception, implying that the queue listener connection had never been started. Shouldn't this happen automatically with a message driven bean? Dave

RMI client accessing JMS Topic

2002-03-19 Thread Vidur Dhanda
Hello, Is it possible for a RMI client (com.evermind.server.rmi.RMIInitialContextFactory) to access a JMS TopicConnectionFactory? In my code, an ApplicationClient can access the TopicConnectionFactory using the java:comp/env/jms context but an RMI client hangs when it tries to access the same

RE: RMI client accessing JMS Topic

2002-03-19 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
... -Original Message- From: Vidur Dhanda [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 8:19 AM To: Orion-Interest Subject: RMI client accessing JMS Topic Hello, Is it possible for a RMI client (com.evermind.server.rmi.RMIInitialContextFactory) to access a JMS TopicConnectionFactory? In my

Re: RMI client accessing JMS Topic

2002-03-19 Thread Vidur Dhanda
Hi Peter, The Orion console correctly shows jms/notificationFactory. It is only when the RMIContext.lookup happens that the client hangs. I am beginning to suspect that this is a bug. Has anyone successfully used a TopicConnectionFactory via a RMIClient? Vidur SAURUGGER,PETER (A-PaloAlto

Re: RMI client accessing JMS Topic

2002-03-19 Thread Kesav Kumar
- - Original Message - From: Vidur Dhanda [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 8:19 AM Subject: RMI client accessing JMS Topic Hello, Is it possible for a RMI client (com.evermind.server.rmi.RMIInitialContextFactory) to access a JMS

Re: RMI client accessing JMS Topic

2002-03-19 Thread Vidur Dhanda
along with jndi.properties it may help in further debugging. - -kesav kumar - - Original Message - From: Vidur Dhanda [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 8:19 AM Subject: RMI client accessing JMS Topic Hello, Is it possible

Who starts an MDB's jms Connection?

2002-03-18 Thread Dave Ford
I am creating a JMS client that sends a message to an MDB. However, when I run it, it gives a QueueConnection not started exception, implying that the queue listener connection had never been started. Shouldn't this happen automatically with a message driven bean? Dave Ford Smart Soft

Re: Open JMS with Orion for MDB

2002-03-10 Thread Tom Koutn
- Original Message - From: Vani H.S. [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, March 08, 2002 7:51 PM Subject: Open JMS with Orion for MDB Hi All, I have an MDB running fine on Orion. I have an application client, that sends a message to the queue. When I do

Open JMS with Orion for MDB

2002-03-08 Thread Vani H.S.
Hi All, I have an MDB running fine on Orion. I have an application client, that sends a message to the queue. When I do that, my MDB's onMessage() gets called and I can see the messages on Orion server console. I tried to integrate Orion with Open JMS. I referred to the document Using

JMS bind-permissions and remote-access deployments

2002-03-01 Thread Jason Coward
wonderfully (just followed the remote-access tutorial for that configuration) However, when I add my application, which depends on a local JMS server configuration, to the instance that is configured as the RMI client (ie the one containing the remote server reference to the RMI host), my Orion

Re: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-18 Thread Poop
[EMAIL PROTECTED] Sent: Sunday, February 17, 2002 10:45 PM Subject: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages) Well, I just tested an MDB with SwiftMQ, and Orion still stuffs up the message ordering

RE: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-18 Thread Geoff Soutter
Hi there, Actually I didn't read the EJB spec as I had guessed it was a JMS bug originally, so thanks for pointing that out. Very lazy of me. However, section 15.4.6 Concurrency of Message Processing of the EJB 2.0 spec says: the container should attempt to deliver messages in order when

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Geoff Soutter
Hi Mike, I didn't see that comment. Unfortunately this list is so flakey that I only get about 75% of the messages. I just checked the JMS 1.02 spec, here's what it has to say about message order (in 4.4.10.1 Order of Message Receipt): JMS defines that messages sent by a session

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Russ White
than queues JMS messages Hi Mike, I didn't see that comment. Unfortunately this list is so flakey that I only get about 75% of the messages. I just checked the JMS 1.02 spec, here's what it has to say about message order (in 4.4.10.1 Order of Message Receipt): JMS defines that messages sent

Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-17 Thread Geoff Soutter
Well, I just tested an MDB with SwiftMQ, and Orion still stuffs up the message ordering. Presumably this means it's broken in the MDB implemenation rather than in Orion's JMS code, which is a pity. So, for all those using Orion MDBs, and relying on message ordering being preserved

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Geoff Soutter
: fyi: 1.5.4 still stacks rather than queues JMS messages Yes, they should be received in order, but not necessarily stored/retrieved in order. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Soutter Sent: Sunday, February 17, 2002 5:18 PM To: Orion

Re: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-15 Thread Stephen Davidson
I'll have time to put this into Bugzilla next week... Is _everyone_ using a third party JMS with Orion? geoff I am using the Orion JMS, but the way the code is set up, it does not care about the order the messages arrived. I had never noticed the Out of Order issue

Re: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-15 Thread Mike Cannon-Brookes
Geoff, Also as someone said on this list just a few days ago - as per the JMS spec there is no guarantee that your messages turn up in the sequence you sent them. Cheers, Mike Mike Cannon-Brookes [EMAIL PROTECTED] Atlassian :: www.atlassian.com Supporting YOUR world On 16/2/02 12:55 AM

fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-14 Thread Geoff Soutter
this into Bugzilla next week... Is _everyone_ using a third party JMS with Orion? geoff

Re: JMS and message order processing

2002-02-11 Thread David Dufour
Hi everybody, can you take off my email from your list ? Because I don't want to receive any mail about Orion. Tanks David On Mon, 2002-02-11 at 09:19, Jorge Jimenez C wrote: I'm developing a jms based application and the order in wich messages are processed is very important

Re: Application Client JMS

2002-01-30 Thread Jochen Kressin
Hi, no, it is an application client, i.e. a normal Java - Applikation. I´d like to write a small Swing - app which monitors the messaging. I´m using Orion´s JMS. I want the application to look up an existing Topic on the server via JNDI and post / receive messages to / from this Topic. thanks

Re: MQSeries as JMS provider?

2002-01-30 Thread Kesav Kumar
Look into the archives. Some time back Kaseman, Mark T has submitted his code for MQ-Series JMS integration. I am attaching his code and mail again I wanted to write an MVS Batch COBOL program

Application Client JMS

2002-01-29 Thread Jochen Kressin
Hi, i have some problems writing an application client that uses JMS. I have created a SessionBean which publishes messages and a MDB which receives the messages. This works fine. I now want to write a client application that can participate in messaging. The client connects to the server

Re: Application Client JMS

2002-01-29 Thread Manoj Sadangi
Hi Jochen , The MessageMonitor class you have written , is it a servlet? r u using Orion's JMS? thanks, manoj. Jochen Kressin wrote: Hi, i have some problems writing an application client that uses JMS. I have created a SessionBean which publishes messages and a MDB which

MQSeries as JMS provider?

2002-01-29 Thread Keith Kee
Hi: Has anyone have any sucess integrating MQSeries as the JMS provider for the orion server? Thanks keith

Async JMS onMessage() broken in Orion 1.5.2?

2002-01-24 Thread Nick Mitchell
I've been porting some JMS code from WebLogic 6.0 to Orion 1.5.2, and have run into a problem -- onMessage() code that works for WebLogic doesn't work for Orion 1.5.2. Bugzilla was lacking any bugs on it, so I went ahead and added one. Has anyone else had any experience with this problem? Any

JMS Question

2002-01-14 Thread Robert Hedin
this selection process. The previous programmer on this project thought that JMS would be a good solution for this, with each server being a JMS server. However I'm not certain that this is going to work-- at least not with Orion out of the box. Current Basic flow: Client creates a temporary queue

RE: JMS hangs on TopicSession.createSubscriber

2002-01-08 Thread Carroll, Jim
I found several references to this bug in the mailing list archives but it still seems to be a problem (in 1.5.2). The workaround suggested was to stop the TopicConnection associated with the TopicSession and then do the createSubscriber and then restart the connection but when I do that, it

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

RE: MDB using iBus JMS provider

2002-01-02 Thread udi h bauman
Thanks, but I've already have a resource wrapper. It turned out to be a problem with the JMS session auto acknowledge parameter setting it in the orion-ejb-jar solved my problem. At 01:42 AM 02-01-02 -0500, you wrote: you have to write resource wrapper around the external jms implementions

MDB using iBus JMS provider

2002-01-01 Thread udi h bauman
Hi Help please: I've configured iBus//MessageServer to run as Orion's JMS provider, have no problem sending messages from my EJBs clients, but none of them reach my MDB's. In my client, when accessing the topic from the iBus TopicConnectionFactory I specify only the topic name (MyTopic

RE: MDB using iBus JMS provider

2002-01-01 Thread Jarrod Roberson
you have to write resource wrapper around the external jms implementions factory. see the mail archive for an example -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of udi h bauman Sent: Tuesday, January 01, 2002 12:51 PM To: Orion-Interest

JMS over SSL?

2001-12-07 Thread Kipnis, Adam
Hey all, I've been evaluating some JMS providers including Orion. One of my requirements is that the messages can be sent over SSL. I got this to work with OpenJMS and was wondering if Orion supported it as well. If so, how do I set it up? Thanks in advance, Adam Kipnis JAMDAT Mobile [EMAIL

Re: JMS over SSL?

2001-12-07 Thread Mike Cannon-Brookes
Orion doesn't support JMS over SSL. You can however plug OpenJMS into Orion as a resource provider, and use it's capabilities. Hope this helps, Cheers, Mike -- Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World On Sat, 2001-12

MDB - JMS

2001-12-06 Thread Schouten, Andreas
Hi, I'm porting a project from a other app-server to orion. My MDB seems not to receive the messages and I'm missing documentaion to MBD's. Where can I find docu and examples? How can I check if a (without exceptions) posted message indeed is queued? How to assign a MDB to a queue in orion?

RE: MDB - JMS

2001-12-06 Thread Frederick,Frank
location of your topic or queue, i.e. message-driven-deployment name=com.fred.FredsMessageBean destination-location=jms/theTopic Hope this helps. Frank Frederick -Original Message- From: Schouten, Andreas [EMAIL PROTECTED]@MCGRAW-HILL Sent: Thursday, December 06

JMS: Id Topic hierarchy supported.

2001-11-25 Thread Yuval_Goldstein
Hi Folks, I would like to know whether Topic hierarchy is supported with Orion JMS because the JMS specification says that supporting this feature is provider-dependant. Im thinking about my event-driven design, and it would be nice if Message-Driven Bean would be able to subscribe to a topic

Orion 1.5.2, Tomcat 4.0 and JMS

2001-11-22 Thread Dan Haley
Has anybody used these two successfully to send JMS messages? Other combinations of Orion (1.4.5) and Tomcat (3.2.1) work fine, but this particular combination throws an IllegalAccessError when one Orion class calls another Orion class (to send a JMS message): java.lang.IllegalAccessError: try

Oracle AQ / JMS as Message Driven Bean source. ( ResourceProviders )

2001-11-20 Thread jroberson
Title: Oracle AQ / JMS as Message Driven Bean source. ( ResourceProviders ) does anyone have an example of using the JMS wrapper around Oracle AQ? Seeing as OC4J is Orion, this should be something that is either on the Oracle site or the Orion site, but is neither place? I need to be able

Urgent :: How to access JMS service from Servlet/JSP

2001-11-19 Thread Lomesh Contractor
Hello All, Here I am describing whole situation in project. My site will be hosted on three different servers EACH having orion server running on it with JMS Server. Now, in my site if any one makes changes, that changes should be reflected in other two servers at a time. Now

Re: Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-13 Thread Vani H.S.
Thank you very much. I sincerely appreciate your help. Best regards, Vani From: Sergey G. Aslanov [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re[2]: Urgent :: How to access JMS service from Servlet/JSP Date: Tue, 13 Nov 2001 09:52

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Kesav Kumar
You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues in web.xml. Add resoure-ref entries in web.xml resource-ref res-ref-namejms/theQueueConnectionFactory/res-ref-name res-typejavax.jms.QueueConnectionFactory/res-type

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Vani H.S.
to access JMS service from Servlet/JSP Date: Mon, 12 Nov 2001 01:47:03 -0800 You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues in web.xml. Add resoure-ref entries in web.xml resource-ref res-ref-namejms

Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Sergey G. Aslanov
-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: Urgent :: How to access JMS service from Servlet/JSP Date: Mon, 12 Nov 2001 01:47:03 -0800 You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues

Urgent :: How to access JMS service from Servlet/JSP

2001-11-11 Thread Lomesh Contractor
Hi Steve, Well, I am able to run a standalone client that accesses JMS service, but when I access that service using servlet it shows following error:: javax.naming.NamingException: META-INF/application-client.xml resource not found (see J2EE spec, application-c lient chapter

Problem using Orions JMS ExceptionListener

2001-10-24 Thread Yuval_Goldstein
Hi All, I wonder if anyone could tell me whether the Orions implementation of JMS consider 'losing connection to jms server' as an exception that is reported to an assigned ExceptionListener (Sun says not any provider does so). Ive tried to write such code, and noticed that nothing happens when

Re: Listening on a JMS Queue on another machine throws exception

2001-09-26 Thread Stephen Davidson
Hi Kesav. Something really weird is going on here. When I try to start the listener locally, if fails to connect with a JMS Exception. I included the help section for my listener class, so you can see what some of the command line options are about. The Orion switch also tells the listener

RE: Listening on a JMS Queue on another machine throws exception

2001-09-26 Thread Kesav Kumar
Title: RE: Listening on a JMS Queue on another machine throws exception Did you provide username/password while getting connection. You have to use QueueConnection con = factory.createQueueConnection(admin, admin); I hope this will solve your problem. If you lookinto archives some time

Clusters, JMS, and standalone applications

2001-09-25 Thread Stephen Davidson
Greetings. I am having difficulty with getting JMS working under Orion in a clustered environment. The general layout of the cluster is this, 1 (or more) Util machines, one of which is running the JMS server. -Run high-load utility programs that are listening on various Queues

Re: Clusters, JMS, and standalone applications

2001-09-25 Thread Kesav Kumar
You should be able to keep one machine as JMS server and run different subscribers/publishers on different machines. This only gotcha is you can't run the subscribers as MessageListeners, I tried to run subscriber as a listener on different machine but some how the listener mode doesn't work

JMS leaks !!!

2001-09-19 Thread Bruno Baloi
Here's a very inane question ! Has anyone experienced memory leaks with the Orion JMS server ?? I hooked up OptimizeIt to an instance of Orion and I saw three instance types run amock: com.evermind._dvb,com.evermind._eg,com.evermind._et. Bruno Baloi

Re: Persistent JMS Queue

2001-09-17 Thread Scott Farquhar
Darryl, OC4J 1.0.2.2 roughly corresponds with Orion 1.5.2. The 1.0.2.2.1 release has many bugfixes that will (according to what I know) be integrated back into the orion codebase. Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting

RE: Persistent JMS Queue

2001-09-16 Thread Darryl Dieckman
Thanks. We downloaded the latest orion server (1.5.2) and found that the problem had been fixed. We are using the Oracle OC4J, so I'm not really sure what version it truly is. It reports an Oracle version, but I can assume that it is certainly not 1.5.2. It says Oracle9iAS (1.0.2.2.1)

RE: Persistent JMS Queue

2001-09-16 Thread Mike Cannon-Brookes
, September 17, 2001 12:37 PM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: RE: Persistent JMS Queue Thanks. We downloaded the latest orion server (1.5.2) and found that the problem had been fixed. We are using the Oracle OC4J, so I'm not really sure what version it truly

Persistent JMS Queue

2001-09-13 Thread ddieckma
Hello, I've got an application setup using the Orion JMS Provider and some message driven beans. I turned on the persistence for the JMS queues in the JMS.xml. If I let messages get queued up in the queues by disabling my bean, and then shutdown the server, the messages in the queue

RE: Persistent JMS Queue

2001-09-13 Thread Kesav Kumar
Title: RE: Persistent JMS Queue I think its been fixed in 1.5.2. What version of orion are you using? Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) VoquetteDelivering Sound Information -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Listening on a JMS Queue on another machine throws exception

2001-09-04 Thread Kesav Kumar
Title: RE: Listening on a JMS Queue on another machine throws exception In your jms.xml on the machine where the jms server is running should contain host attribute like the following. In jms.xml jms-server port=9127 host=kesav /jms-server The host attribute should be present if you

RE: Listening on a JMS Queue on another machine throws exception

2001-09-04 Thread briant
Your mail has been forwarded to [EMAIL PROTECTED] On September 4, 2001, Marathon Innovations, Inc. changed its name to SmartPath, Inc. Please update your address book. SmartPath, Inc. 598 Airport Blvd., Ste. 600 Morrisville, NC 27560 (919) 462-1489 www.smartpathinc.com Thank you

Listening on a JMS Queue on another machine throws exception

2001-09-03 Thread Stephen Davidson
Greetings. I have been through the documentation, but I seem to be missing something. I am trying to listen on a queue that is not on a local machine. The server I am trying to listen on has an IP address of 192.168.1.50, and the Orion Server (with Queue) is running when I try to attach. The

Re: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-24 Thread Daniel López
as you are in the same container there is no need for jndi.properties. Regarding the JMS you got define resource-ref in your web.xml. Any container resource of ejb resource you want to use in web tier i.e in servlets/jsp you have to define resource-ref and ejb-ref correspondingly. For JMS which

Re: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-24 Thread Daniel López
part, but now I want to be able to logout from all the applications at once, and I also want to be able to trace in one place the user movements through the different applications. That's why I thought about using JMS to implement the communication between the different applications and the central

RE: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-24 Thread David Libke
Daniel, For the logout service I think I would use durable 'logout' topic which would guarantee delivery. If you believe you might run into high volume degradation, then look at SonicMQ messaging server. They wrote the book on JMS -- literally. Dave -Original Message- From: Daniel

Re: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-23 Thread Daniel López
part to let people know that I was not sure whether nobody was reading my messages, or no one was actually using Orion JMS. I the way I expressed it offended you, I apologize but I don't think it deserved such a harsh response. regards, D. Michael J. Cannon wrote: What browser/MTA? Alos check

RE: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-23 Thread David Libke
Title: RE: Orion and JMS: javax.naming.NameNotFoundException] Daniel, This my second reply to your question. Apperantly my first was lost since another reply submitted after yours appeared on the list yesterday but not yours. In addition, you might want to apply the following edits

[Fwd: Re: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-22 Thread Daniel Lopez
Hi (third try to the list, first ones didn't make it), I haven't got a single answer, so I'm wondering if nobody is using Orion JMS or this mailing list is playing funny with me. Has anybody configured and used Orion JMS? Could somebody please elaborate on the steps necessary to get this thing

Message Listener ( JMS )

2001-08-22 Thread Vikas Malhotra
Hi everyone i am facing a problem in the message listener in my application. Is seems that is is not responding et all. Does anyone has a solution to this. Vikas * Disclaimer This message (including any attachments) contains

RE: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-22 Thread Kesav Kumar
Title: RE: Orion and JMS: javax.naming.NameNotFoundException] If you want to get any resource in your Servlet/jsp you got define resource-ref in your web.xml. One basic information as long as you are in the same container you don't need any parameters to JDNI context. You need

JMS error

2001-08-22 Thread Vikas Malhotra
Title: RE: JMS Client throwing error Hi everyone I know thatJMS has been discussed a lot before in the group but still i m facing some problems with it it seems that the message listener is not responding et all... please help me out with this.. Vikas

transactional jms from a message bean

2001-08-21 Thread Jon Rosenberger
) at com.evermind._io._twc(Unknown Source) at com.evermind._io._gc(Unknown Source) at com.evermind._if.run(Unknown Source) My code essentially looks like this: QueueConnectionFactory factory = (QueueConnectionFactory) lookup(jms/QueueConnectionFactory); System.err.println(XA

Orion and JMS: javax.naming.NameNotFoundException

2001-08-14 Thread Daniel López
Hi, I know this topic has been discussed a lot in here, but I haven't been able to find the answer in the archive or in the documentation. The problem is: I decided to have a go with JMS but I can't even start to play with it, as all I get is javax.naming.NameNotFoundException

Re: Orion and JMS: javax.naming.NameNotFoundException

2001-08-14 Thread Vikas Malhotra
I am also facing similar problem please suggest. Vikas - Original Message - From: Daniel López [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 12:05 PM Subject: Orion and JMS: javax.naming.NameNotFoundException Hi, I know this topic has been

JMS Client throwing error

2001-08-14 Thread Vijay Pawar
Here is description of my problem In my application I have changed port in rmi.xml to rmi-server port= In default-web-site.xml I changed HTTP port to web-site port= display-name=Default Oracle9iAS Containers for J2EE Web Site My JMS entry is like jms-server host=10.5.4.47 port=9127

RE: JMS Client throwing error

2001-08-14 Thread Kesav Kumar
Title: RE: JMS Client throwing error Just remove the queue-connection-factory from jms.xml and try. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) VoquetteDelivering Sound Information -Original Message- From: Vijay Pawar [mailto:[EMAIL PROTECTED]] Sent

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

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

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, can

RE: JMS Problem

2001-08-10 Thread Jason Smith
, as this topic (like most) has been discussed resolved before. -jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Pouyer Sent: Friday, August 10, 2001 1:27 PM To: Orion-Interest Subject: Re: JMS Problem The start up class in weblogic is specific

Problem with JMS

2001-08-09 Thread Vikas Malhotra
Hi, I am facing a problem in my application i am tryiing to incorporate the JMS in the application. As i create a new login though it is created in the database but it is not mailed to me( which should have been ) the following exception is thrown. Please Suggest

Re: Problem with JMS

2001-08-09 Thread Tim Pouyer
make sure that queueConnectionFactory exits in your %orionRoot%\config\jms.xml file. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Thursday, August 09, 2001 11:07 AM Subject: Problem with JMS Hi, I am facing a problem in my application

JMS and clustering

2001-08-07 Thread Spencer Lu
I've got 2 Orion servers in a cluster-island. I'd like tohave objects running in both serversbe able to communicate with each other using JMS. In order for this to work, does each Orion server still need to start up its own JMS server? Or do I somehow configure one Orion server to start up

Re[2]: JMS TopicSubscriber blocks on receive()

2001-07-26 Thread Tim Rickard
Once again. If there are no subscribers to a topic, Messages are removed by the provider. Start the subscriber before you publish any messages and your code will work. If you need topic messages to persist over multiple subscriber invocations you create a durable subscriber. Messages sent to a

Re: JMS TopicSubscriber blocks on receive()

2001-07-25 Thread Johan Fredriksson
, July 25, 2001 2:49 AM Subject: JMS TopicSubscriber blocks on receive() dear all, i've having trouble with a subscriber blocking on a receive message call. for the time being i can use a Queue instead of a Topic but would like to know if anyone can spot any stupid error

Re[2]: JMS TopicSubscriber blocks on receive()

2001-07-25 Thread Tim Rickard
You must start the recieve thread before you publish the message. If there are no subscribers when a message is published it will be thrown away.

Re: JMS TopicSubscriber blocks on receive()

2001-07-25 Thread Greg Matthews
straight away. Is there some difference between Queue and Topic based messaging where Topic messages take much longer to become available? regards, greg. - Original Message - From: Johan Fredriksson To: Orion-Interest Sent: Wednesday, July 25, 2001 5:20 PM Subject: Re: JMS

JMS: Queue or Topic multicast?

2001-07-24 Thread Greg Matthews
dear all, are either of the Queue or Topic parts of the JMS multicast? i.e. once one subscriber pulls the message off the queue, can other subscribers see the message? since each of our clustered servers cache some info, i was thinking that a half-reasonable way of dealing with some stuff

JMS TopicSubscriber blocks on receive()

2001-07-24 Thread Greg Matthews
dear all, i've having trouble with a subscriber blocking on a receive message call. for the time being i can use a Queue instead of a Topic but would like to know if anyone can spot any stupid error i'm making. --- code for publisher Topic t = (Topic)ServerUtil.get( &quo

JMS login failure

2001-07-23 Thread John Smith
Source) at com.evermind._if.run(Unknown Source) Orion/1.5.2 initialized I suppose, that it happens because of wrong username/password in JMS.XML, but where i can specify usernames and passwords for JMS server or for TopicConnectionFactories? Or maybe i do not specify username/password in orion

Re: External JMS broker with Orion

2001-07-17 Thread Tim Pouyer
I have had success in configuring my mdb's to publish to a topic on an external jms server but no luck in being able to subscribe the mdb's to a topic on external jms. In my expirence I think that this is not possible in the current version of orion 1.5.2. It appears that orion is not binding

RE: External JMS broker with Orion

2001-07-17 Thread elephantwalker
Tim, this sounds like a bug. Could you please post this bug in bugzilla? regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Pouyer Sent: Tuesday, July 17, 2001 9:09 AM To: Orion-Interest Subject: Re: External JMS broker

External JMS broker with Orion

2001-07-16 Thread Chris Roffler
Hello, I am trying to use IMQ as the JMS Broker with Orion. I can't get my MDB to work. Has anybody been able to successfully integrate any external JMS Broker with Orion ? If so, can you share the jms.xml and ejb-jar.xml files ? Thanks Chris

JMS for non-java clients !!

2001-07-03 Thread Elhadi barkat
hi, is it possible to use the JMS Server with non -java applications as JMS Clients? (both pub/sub p2p) Hadi

Re: JMS for non-java clients !!

2001-07-03 Thread Karri Niemelä
is it possible to use the JMS Server with non -java applications as JMS Clients? (both pub/sub p2p) I'm not sure about the internal server in Orion, but if you use external jms provider, in this case swiftmq, its possible to write clients for it in c++

  1   2   3   >