SwiftMQ's JNDI is backed by a JMS connection. Hence, when you create an 
InitialContext, you create a JMS connection. The lookup is performed via 
pub/sub. Once you have a connection factory, it should have normal speed 
to create a JMS connection.

SonicMQ doesn't have an own JNDI server, so I guess you are creating the 
connection factory with their proprietary classes. You can do that with 
SwiftMQ as well. Check out the JNDI Implementation Notes of the SwiftMQ 
docs for a detailed description.

If you use SSL (JSSE), then it takes some seconds for the first 
connection. The reason is JSSE which generates a one-time seed for 
encryption. 

We haven't tested SwiftMQ with a Chinese JDK. We are a German company. ;-)

-- 
Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com


-----Original Message-----
From: "Kang Sun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Sat, 7 Jul 2001 02:09:49 +0200
Subject: [developers] Connecting to SwiftMQ

> I am comparing SonicMQ 2.0 and SwiftMQ 2.0.1 and I observed 2 potential
> issues.
> 
> 1.  SwiftMQ takes a lot longer to get a connection compared with
> SonicMQ.
> Is this normal?  Sometimes even using the installation provided
> cli.bat, it
> can take a while to get User: Password: prompt from SwiftMQ.  When you
> try
> to create a new topicConnection by getting an initial context then
> create
> topicConnection with it, the delay in SwiftMQ is very noticeable. 
> Sonic is
> very quick by comparison.  Is this normal and expected or I'm not
> configuring/using SwiftMQ correctly?  I have authentication turned on
> and I
> use both SSL and non-SSL factory to connection to swiftMQ.
> 
> 2.  Does SwiftMQ support Chinese?  When I tried to use SwiftMQ with
> Chinese
> NT 4.0 or 2000, I cannot connect to SwiftMQ, however, I can log into
> SwiftMQ
> using the provided cli.bat.  SwiftMQ works fine under English NT 4.0
> and
> 2000 though.
> 
> Thanks
> 
> 
> ------------------------------------------------------
> 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/
> 
> 
> 
> 


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




Reply via email to