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

Re: jms and createTopic

2002-04-04 Thread Thomas Körner
Hi, specify the JNDI-Name in your web.xml, e.g. : resource-ref description.../description res-ref-namejms/Topic/res-ref-name res-typejavax.jms.Topic/res-type res-authContainer/res-auth /resource-ref resource-ref description.../description

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: 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

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,

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

RE: JMS Problem

2001-08-10 Thread Trujillo, Kris
You have to create an executable jar file and configure it in the application.xml and orion-application.xml as a client application. The executable jar will be invoked at boot time by Orion. -Original Message-From: Vikas Malhotra [mailto:[EMAIL PROTECTED]]Sent: Friday, August

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

Re: JMS TopicSubscriber blocks on receive()

2001-07-25 Thread Johan Fredriksson
It is quite obvious it is waiting for a message. So my advice is that you write a client / jsp page / whatever with a TopicBrowser(?) to make sure your message really is there. Johan - Original Message - From: Greg Matthews To: Orion-Interest Sent: Wednesday,

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

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++

Re: JMS orion

2001-06-22 Thread Armin Michel
I have a project to do which depends heavily on message driven beans. It also needs to be as high performance as possible, as we are expecting a lot of traffic. I had planned on using the IBM JDK for this, but apparently it may have some problems with MDB. The application needs only

RE: JMS Examples not working

2001-06-20 Thread Kesav Kumar
Title: RE: JMS Examples not working plz look into the archives. I have explained step by step procedure for JMS to work. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information -Original

Re: JMS question: How to connect to a remote host

2001-06-11 Thread tlk
What does it take to unsubscribe from this group ? I have followed the instructions, but I am still getting email. Thanks Travis - Original Message - From: Marcus Lachmanez [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 11, 2001 5:36 AM Subject: JMS

Re: JMS question: How to connect to a remote host

2001-06-11 Thread Lauren Commons
--- tlk [EMAIL PROTECTED] wrote: What does it take to unsubscribe from this group ? I have followed the instructions, but I am still getting email. click your heels together three times and say unsubscribe, unsunscrine, unsubscribe I'm willing to bet you didn't say ti three times.

Re: JMS question: How to connect to a remote host

2001-06-11 Thread Jay Armstrong
Hani, Try again, the mailing list software was down for a couple of days last week(See Jay, other people lost emails too!) Hani I don't think this explains why Karl failed to check out the license violation I reported, to respond to my request for an update on that, or why my three

RE: JMS question: How to connect to a remote host

2001-06-11 Thread NealKaiser
In your orion/config/jms.xml, change host=localhost to a public IP, such as: topic-connection-factory host=www.yourname.com location=java:comp/env/jms/JmsTopicConnectionFactory port=9127/ Hi folks, I'm just tring out the JMSChat sample. I'm want to run it

Re: JMS or just function ??

2001-05-14 Thread Johan Fredriksson
It is also the only correct way to write asynch functions in a j2ee applications since threads are not allowed. Right? Johan - Original Message - From: John Hogan [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, May 11, 2001 7:19 PM Subject: Re: JMS or just function

RE: JMS or just function ??

2001-05-11 Thread Frank Eggink
In general you use JMS for three purposes: 1. The message receiver is not always accessible (due for instance to the unreliable nature of the internet) but you do want guaranteed delivery. 2. You would like to give clients the option to subscribe at will (allthough you probably can do this

RE: JMS or just function ??

2001-05-11 Thread Ed Bras
PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: JMS or just function ?? Date: Fri, 11 May 2001 19:40:35 +0200 In general you use JMS for three purposes: 1. The message receiver is not always accessible (due for instance to the unreliable nature of the internet) but you do want guaranteed

Re: JMS Connection pooling

2001-04-29 Thread venkat
Hi, There is no facility in orion to setup connection pooling for JMS. JMS in orion uses flat file for persistence. If you need persistence for a queue, you have to declare it in jms.xml. I still find some problem using persistence and transaction in JMS with Orion server. Good luck to you.

Re: JMS from remote client

2001-04-18 Thread Armin Michel
Again, I could fix the problem by myself. The solution ist to change the jms.xml jms-server host="IP" port="PORT" ... ... Greetings Armin Michel On Wednesday 18 April 2001 14:44, Armin Michel wrote: When I try to do a topicConnection.start(); I get the following error:

RE: JMS from remote client

2001-04-18 Thread Jason Smith
When I try to do a topicConnection.start(); I get the following error: .javax.jms.JMSException: Unable to connect to JMSServer (ATTILA/127.0.0.1:9127) The obvious problem is that the JMSServer isn't located at the specified address. Where do I have to change which properties to

RE: JMS Client - topicConnection.start - NullPointerException

2001-04-17 Thread Claudio Cordova
Are your mappings correct in META-INF/appication-client.xml and orion-application.xml Claudio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sellers, Christopher Sent: Tuesday, April 17, 2001 9:24 PM To: Orion-Interest Subject: JMS Client -

RE: JMS and Orion

2001-04-12 Thread Claudio Cordova
There is a bug posted for this...I had the same problem. I use my own thread to receive the messages. Claudio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Armin Michel Sent: Thursday, April 12, 2001 7:48 AM To: Orion-Interest Subject: JMS and

RE: JMS Temporary Topics, onMessage

2001-04-02 Thread Matt Simmerson
Title: JMS Temporary Topics, onMessage I haven't tried yet, but I've submitted my errors as bugs 384 and 385. -Original Message-From: colin harris [mailto:[EMAIL PROTECTED]]Sent: Friday, March 30, 2001 1:06 PMTo: Orion-InterestSubject: Re: JMS Temporary Topics, onMessage

RE: JMS Temporary Topics, onMessage

2001-04-02 Thread cybermaster
appreciated --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Simmerson Sent: Monday, April 02, 2001 4:08 AM To: Orion-Interest Subject: RE: JMS Temporary Topics, onMessage I haven't tried yet, but I've submitted my errors as bugs 384

Re: JMS Temporary Topics, onMessage

2001-03-30 Thread colin harris
Title: JMS Temporary Topics, onMessage hi, i am using orion1.4.5 on windows 2000, and have also noticed getJMSReplyTo() returning a null object, but also i can't create a subscriber to a temporary topic, i get the javax.jms.InvalidDestinationException: Invalid topic, i've submitted this as

RE: JMS samples NPE

2001-02-22 Thread Montebove Luciano
JMS samples work fine for me. The only problem is the messagelogger application with 1.4.7 where a message driven bean can't receive messages from a topic (bug #260). -Original Message- From: Edoardo Comar [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 10:37 AM To:

RE: JMS

2001-01-18 Thread Mike Cannon-Brookes
[mailto:[EMAIL PROTECTED]] Inviato: mercoled 17 gennaio 2001 18.27 A: Orion-Interest Oggetto: RE: JMS Speaking of which, has anyone out there used any of these messaging systems with Orion? I am interested in using a solid JMS implementation with a backing database for distributed replication

RE: JMS

2001-01-17 Thread Kevin Jones
The one's I have experience of are Sun JMQ BEA Web Logic There's also (from 'Java Message Service' published by O'Reilly) Progress Sonic MQ ExoLab OpenJMS Fiorano MQ etc... Kevin Jones DevelopMentor www.develop.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: JMS

2001-01-17 Thread Joseph B. Ottinger
On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote: Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Um, no. Far from it. Some JMS systems, including the ones you mentioned: MQSeries

RE: JMS

2001-01-17 Thread Jason Smith
Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Ummm Orion comes to mind first, since is a list for Orion interest. There is also work being done on an open source JMS impl. named

RE: JMS

2001-01-17 Thread Jason Boehle
http://java.sun.com/products/jms/vendors.html Jason Boehle [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 6:05 AM To: Orion-Interest Subject: JMS Dear All Is that true that the only message queue servers in

RE: JMS

2001-01-17 Thread Juan Lorandi (Chile)
sonicmq http://www.sonicmq.com and it's very fast... JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Miercoles, 17 de Enero de 2001 9:05 To: Orion-Interest Subject: JMS Dear All Is that true that the only message queue servers in existence which

RE: JMS

2001-01-17 Thread Mike Courtney
suggestions/thoughts? thanks, Mike Courtney -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph B. Ottinger Sent: Wednesday, January 17, 2001 5:52 AM To: Orion-Interest Subject: Re: JMS On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote: Is that true that the only

Re: JMS

2001-01-17 Thread Mohit Palhan
Hi! there, I think some time back I saw something called iBus it too was a message queue server. Jason Smith wrote: Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Ummm Orion

Re: JMS implementation, is it for real?

2000-10-30 Thread Jason Rimmer
I've filed a few bugs with Bugzilla (149, 150, and 151) regarding a null pointer exception with rollback, lack of persistent functionality, and lack of client_acknowledgement functionality respectively. If 150 and 151 are resolved then the JMS implementation will at least be functional.

Re: JMS implementation, is it for real?

2000-10-29 Thread Mike Sick
Hi Jason, We are using FioranoMQ and it seems to be working well. see: http://www.fiorano.com/ OrionTeam - If your JMS implementation is good - do speak up. I've read several emails saying that it is not ready for prime-time and NOT A SINGLE response from the Orion team saying that it is. I

Re: JMS implementation, is it for real?

2000-10-29 Thread Vidur Dhanda
Could someone please post some tips on how to replace Orion's JMS with another one? I wouldn't event know where to start! Although, I have successfully used publish/subscribe on Orion's JMS I'm having problems getting an auto-started client application to receive messages. I would like to try

Re: JMS implementation, is it for real?

2000-10-29 Thread Jason Rimmer
ot; [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 11:16 AM Subject: Re: JMS implementation, is it for real? Hi Jason, We are using FioranoMQ and it seems to be working well. see: http://www.fiorano.com/ OrionTeam - If your JMS implementation is good - do speak up. I've read s

Re: JMS implementation, is it for real?

2000-10-29 Thread Jason Rimmer
PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 11:18 AM Subject: Re: JMS implementation, is it for real? Just a follow up. I noticed that Fiorano is making a JMS test suite available in case anyone wants to get it and run it against Orion. If you

RE: JMS debugging

2000-10-04 Thread Jai Jones
Holmberg Sent: Tuesday, October 03, 2000 3:52 PM To: Orion-Interest Subject: Re: JMS debugging I have yet to hear from someone who successfully managed to get a message delivered to a MessageDrivenBean listening on a Queue. (I know one or two others in addition to myself who haven't got it working

Re: JMS debugging

2000-10-03 Thread Markus Holmberg
I have yet to hear from someone who successfully managed to get a message delivered to a MessageDrivenBean listening on a Queue. (I know one or two others in addition to myself who haven't got it working with Queues, Topics work fine though). Markus On Tue, Oct 03, 2000 at 11:57:58AM -0400,

Re: JMS question, topics mixed up? Problem fixed.

2000-08-23 Thread August Linnman
Hello everyone again! The problem has been solved. I missed to fill in the topic/topic declarations in config/jms.xml. However, the error was confusing, and a good guess is that the application should not be able be run in the first place without the declarations in jms.xml. I would

Re: JMS sample error

2000-08-08 Thread August Linnman
Hello everyone again. The problem disappeared after having done a "java -jar autoupdate.jar". Maybe a bug that was corrected. :-) /August - Original Message - From: August Linnman To: Orion-Interest Sent: Tuesday, August 08, 2000 5:38 PM Subject: JMS sample

RE: JMS

2000-06-26 Thread Magnus Rydin
Title: RE: JMS In your ejb-jar.xml, define a resource-ref of the type javax.jms.TopicConnectionFactory and specify a name for it, such as jms/myTopicConnectionFactory In your EJB, look it up like java:comp/env/jms/myTopicConnectionFactory. WR Magnus Rydin WebTeknik AB [EMAIL PROTECTED

Re: JMS access exception

2000-05-18 Thread Ernst de Haan
You probably need to change the JNDI properties, and specify the security credentials there. I'm not sure where they are in Orion, however. I have been searching for those myself /:( Ernst Pedro Garcia Lopez wrote: Hi, I have tested several JMS examples in Orion and all works fine. My

Re: JMS TopicSession Transactions ...

2000-04-28 Thread Eric Hodges
I was never able to get JMS to work in Orion. The test code wouldn't compiler, and some of the classes couldn't be instantiated. I asked several times on this list and no one had any success with the JMS support. - Original Message - From: "Harsh Waghmare" [EMAIL PROTECTED] To:

Re: JMS support

2000-02-08 Thread Shachor Gal
Hi, Assuming that you removed the comment in server.xml that commented out jms.xml you should also add a definition for the coffee queue: queue name="coffee" location="jms/coffee" descriptionA coffee queue/description /queue I added that and the coffee demo