> I know this is the developers list, but I didn't see any other list for
> my questions. I'm very new to JMS, understand it, but I don't
> understand how to administer a JMS provider. Swiftmq looks very
> different from the j2ee provider. I think I'm seeing that no one
> provider is the same.
>
> I was told to try swiftmq as the Orion server I'm running is lacking in
> this area. Are there any docs that might help me understand what I need
> to do in order to run my client-app I wrote that does very simple PTP
> messages? My sesson beans which send to the queue are on the same box
> as the client-app that receives them if this helps any.
To start with SwiftMQ:
http://www.swiftmq.com/documentation/router/gettingstarted/index.html
There is a 'samples' directory in the SwiftMQ distribution, containing the
JMS examples from Sun (slightly modified for SwiftMQ). You can use it by
invoking the 'starter' resp. 'starter.bat' in the same directory. For
simple P2P, use SimpleQueueSender resp. SynchQueueReceiver and as queue
'testqueue@router1'.
SwiftMQ has an own JNDI implementation, included in every SwiftMQ router.
Look here for an introduction:
http://www.swiftmq.com/documentation/router/jndi/index.html
Administered objects such as connection factories, queues and topics are
created automatically within SwiftMQ's JNDI.
At the end of the page you'll find a chapter which describes how SwiftMQ
replicates its JNDI content into another JNDI server. This is appropriate
when you like (or have to) use Orion's JNDI to lookup the administered
objects. We have tested it with jBoss and WebLogic but not with Orion. May
be here is someone who has already used SwiftMQ with Orion and can help
you further.
--
Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/