RE: Message Driven Beans

2002-04-29 Thread Justin Wood
. 7.) == Done. Note: LogBean example was taken from "Mastering Enterprise Beans II (draft)" from theServerSide.com -----Original Message- From: Michael Maurer [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 01:20 PM To: Orion-Interest Subject: Message Drive

Message Driven Beans

2002-04-29 Thread Michael Maurer
I am trying to deploy a message driven bean on the Oracle9iAS (9.0.3.0.0) Are there some good examples where all necessary settings are described? (Starting from jms.xml to orion-ejb-jar.xml!) Or can anybody help me out with some important hints ? Regards Michael

Message Driven Beans & Transactions

2001-11-19 Thread Gianluca S
Hi, I think no transactions are allowed for Message Driven Bean Context in Orion Sever 1.5.2 or I don't know how to set it. Can anyone help me? Thanks a lot!! Bye. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/

FW: Message Driven Beans

2001-11-19 Thread Michael King
ginal Message- > From: Magnus Rydin [SMTP:[EMAIL PROTECTED]] > Sent: 16 November 2001 07:06 > To: Orion-Interest > Subject: SV: Message Driven Beans > > The docs are on their way, hopefully I get it out today. > I would like to add the following information to the info given

SV: Message Driven Beans

2001-11-15 Thread Magnus Rydin
> Skickat: den 16 november 2001 00:18 > Till: Orion-Interest > Ämne: RE: Message Driven Beans > > > Magnus has said that documentation on MDB and resource provider would be > comming sortly but that was some time ago so here goes nothing: > > First off if you want to get

RE: Message Driven Beans

2001-11-15 Thread Tim Pouyer
]] > Sent: Wednesday, November 14, 2001 9:30 PM > To: Orion-Interest > Subject: Re: Message Driven Beans > > > Jeff, > > You can setup Orion to use another JMS provider if you want to use > another JMS provider such as Sonic MQ or MQ Series. > > This allows you to

RE: Message Driven Beans

2001-11-15 Thread Kaseman, Mark T
PM To: Orion-Interest Subject: Re: Message Driven Beans Jeff, You can setup Orion to use another JMS provider if you want to use another JMS provider such as Sonic MQ or MQ Series. This allows you to have the speed and flexibility of Orion for EJB & Web (where it excels), and the reliabi

Re: Message Driven Beans

2001-11-14 Thread El Jeffo
> Are you new to this mailing list? No just usually deaf :) and blind... does it surprise you? > There are countless postings regarding Orion MDBs. I hate it when my brain filters out this stuff... must have passed right under my nose while I wasn't interested in MDBs. Then suddenly I get int

Re: Message Driven Beans

2001-11-14 Thread Joe Sackett
dnesday, November 14, 2001 8:59 PM Subject: Message Driven Beans I must have totally missed it, does orion or will orion support message driven beans soon? If so, could you provide a few details to just point me in the right direction? If orion won't support this in the next month, would

Re: Message Driven Beans

2001-11-14 Thread Scott Farquhar
have this setup, and are quite happy with it. Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World El Jeffo wrote: > I must have totally missed it, does orion or will orion support > message driven beans soon? If so,

Message Driven Beans

2001-11-14 Thread El Jeffo
I must have totally missed it, does orion or will orion support message driven beans soon? If so, could you provide a few details to just point me in the right direction? If orion won't support this in the next month, would you recommend another server which might do the job well? I

Re: Problem in message driven beans.

2001-08-29 Thread Parul Verma
ED]> Sent: Wednesday, August 29, 2001 8:09 PM Subject: RE: Problem in message driven beans. > Parul, > > For sending a message to a MessageDrivenBean you should only need this > entry in the application-client.xml > > > jms/theQueueConnectionFactory >

RE: Problem in message driven beans.

2001-08-29 Thread David Libke
August 28, 2001 9:37 AM To: Orion-Interest Subject: Problem in message driven beans. Hi, I am facing trouble in message driven bean . What should be entered in the application-client.xml tags :- 1) 2) 3) 4) 5) For configuring the message driven bean . Regards, Parul Verm

Problem in message driven beans.

2001-08-28 Thread Parul Verma
Hi, I am facing trouble in message driven bean . What should be entered in the application-client.xml tags :- 1) 2) 3) 4) 5) For configuring the message driven bean . Regards, Parul Verma Software Engg. Mahindra British Telecom. Pune-411004. Tel :- 91-20-4018100 (Ext :

Urgent: Message Driven Beans

2001-05-17 Thread Kesav Kumar
Title: Urgent: Message Driven Beans Can I write two Message Driven Beans one for different Queue? In my application I need to maintain two Queues one for incomming and one for processed messages.  Is it possible to write two MDBs one for each Queue?  I didn't find any place for MDB wh

SV: Message driven beans

2001-05-09 Thread Magnus Rydin
Title: SV: Message driven beans check out the ATM example shipped with Orion. WR > -Ursprungligt meddelande- > Från: Moul, Russell G [mailto:[EMAIL PROTECTED]] > Skickat: den 8 maj 2001 08:24 > Till: Orion-Interest > Ämne: Message driven beans > > > I

RE: Message driven beans

2001-05-08 Thread Kesav Kumar
Title: RE: Message driven beans This is the same mistake I did and I struggled for a week to know what went wrong. You need not modify the jms.xml especially don't add any connection-factory.  All the modification you need in jms.xml is add your Queue or Topic thats it. You need to m

Message driven beans

2001-05-08 Thread Moul, Russell G
try to use the message driven bean I'm required to update the jms.xml file with the . This allows my bean to be deployed but my client, which publishes the messages ceases to work. Bottom line - do message driven beans and jms work? If someone has simple working example I would apprecia

Message driven beans

2001-05-08 Thread Moul, Russell G
try to use the message driven bean I'm required to update the jms.xml file with the . This allows my bean to be deployed but my client, which publishes the messages ceases to work. Bottom line - do message driven beans and jms work? If someone has simple working example I would apprecia

Re: Re: message-driven beans from a topic

2001-02-03 Thread John Hogan
If the observable (sender) has knowledge of who the observers/listeners are, you can use the MessageDrivenBean as a notification service. The observable delegates notification to the MessageDrivenBean, and includes recipients as part of the message. There will be just one instance of the Mes

RE: message-driven beans from a topic

2001-02-02 Thread Joseph B. Ottinger
om: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Friday, February 02, 2001 1:12 PM > To: Orion-Interest > Subject: message-driven beans from a topic > > > I've got a message-driven bean listening to a topic. (Yes, I

Re: message-driven beans from a topic

2001-02-02 Thread Lauren Commons
What is the problem with message queues? I've used them succesfully --- [EMAIL PROTECTED] wrote: > I've got a message-driven bean listening to a topic. > (Yes, I know, queues > would be better, but the queue/message driven > mechanism has a problem, last > I checked.) However, every message c

RE: message-driven beans from a topic

2001-02-02 Thread Russ White
1:12 PMTo: Orion-InterestSubject: message-driven beans from a topic I've got a message-driven bean listening to a topic. (Yes, I know, queues would be better, but the queue/message driven mechanism has a problem, last I checked.) However, every message causes a new instantiati

message-driven beans from a topic

2001-02-02 Thread joe . ottinger
I've got a message-driven bean listening to a topic. (Yes, I know, queues would be better, but the queue/message driven mechanism has a problem, last I checked.) However, every message causes a new instantiation of a message-driven bean... and since it's a topic, it's feeding the message to

Message-driven beans get attached to queues HOW?

2001-01-05 Thread Joseph B. Ottinger
I've been playing around with developing my own queue consumer, and I'm stuck trying to figure out how to tell the EJB that it's listening to controllerQueue. In BEA it's in the server-specific deployment file; I've looked at the ATM example for a corresponding entry in orion-ejb-jar.xml with no l

Message driven beans and definig queues

2000-12-13 Thread erik . romson
Hi all. I've been trying out message-driven beans and looked at the two examples available ATM and MessageLogger. I do not understand how I will link an bean to a queue (or topic for that matter). I have followed the examples but are obviously missing something. - how do I define the que

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-20 Thread James Nelson
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ? Where does this code exist?  I have downloaded the latest orion from the website and done an autoupdate. Please advise.   James -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, Septemb

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Magnus Rydin
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ? Take a look at the EJB 2.0 version of ATM. It has an message driven bean. > -Original Message- > From: Olli Pöyry [mailto:[EMAIL PROTECTED]] > Sent: den 13 september 2000 09:38 > To: Orion-Interest >

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Joe Walnes
> Is there any example or documentation about message driven EJB's (which > should be in Orion 1.2.9)? > Or is Sun's documentation about EJB 2.0 all there is to it? Have a look at messagelogger in the demo directory. In a peanutshell, a message bean... - is similar to a session bean. - has

EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Olli Pöyry
Is there any example or documentation about message driven EJB's (which should be in Orion 1.2.9)? Or is Sun's documentation about EJB 2.0 all there is to it? ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø Olli Pöyry [EMAIL PROTECTED] Essaim Oy Tallberginkatu 2