Agreed. So the subscription.xml XML document describes all your JMS
subscriptions, based on logical connections and destinations. So its kinda
your business logic part in a JMS application.

Then the messenger.xml document describes the physical JMS connections, what
providers you use, how you create connections & sessions, whether you use
JNDI, what quality of service you need etc. So its your deployment
configuration document.

You could deploy the same subscriptions.xml against multiple installations,
using different JMS providers or using different JMS configurations or with
a quality of service.

James
-------
http://radio.weblogs.com/0112098/
----- Original Message -----
From: "Michael" <[EMAIL PROTECTED]>
To: "'Jakarta Commons Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, August 27, 2002 3:11 PM
Subject: RE : [Messenger] subscribe.xml or subscriptions.xml, what is the
correct filename in the latest nightly build?


> It lets you configure which objects will receive which JMS messages.  In
> my example, I want the EchoMDO object (which I copied from the examples
> included with Messenger) to receive the pingTopic message.  The
> advantage to using the Messenger API is that you can easily configure
> this with XML files.
>
> This page should explain it better:
>
> http://jakarta.apache.org/commons/sandbox/messenger/
>
> Michael
>
> > -----Original Message-----
> > From: Christian, William [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 27, 2002 4:07 PM
> > To: 'Jakarta Commons Users List'
> > Subject: RE: [Messenger] subscribe.xml or subscriptions.xml,
> > what is the correct filename in the latest nightly build?
> >
> >
> > Being new to commons-messenger, can someone explain the
> > purpose of this file, regardless of the name?
> >
> > Thanks,
> > BILL CHRISTIAN
> > Application Interfaces & Integration
> > Cingular Wireless
> > [EMAIL PROTECTED]
> > ONS 404-234-1119
> >
> >
> > -----Original Message-----
> > From: James Strachan [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 27, 2002 9:45 AM
> > To: Jakarta Commons Users List
> > Subject: Re: [Messenger] subscribe.xml or subscriptions.xml,
> > what is the correct filename in the latest nightly build?
> >
> > From: "Michael" <[EMAIL PROTECTED]>
> > > I've seen references to both of them.  On the webpage:
> > >
> > >
> > http://cvs.apache.org/viewcvs/jakarta->
> commons-sandbox/messenger/src/we
> > > ba
> > >
> > pp/conf/subscriptions.xml?rev=1.6&content-type=text/vnd.viewcvs-markup
> > >
> > > But in the src/conf directory there is a subscribe.xml.
> > What is the
> > > correct name for the latest nightly build??
> >
> > It doesn't really matter much, so long as the right file is
> > referenced in the web.xml.
> >
> > e.g.
> >
> http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/messenger/src/weba
> pp/c
> onf/web.xml?rev=HEAD
>
> James
> -------
> http://radio.weblogs.com/0112098/
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts http://uk.my.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to