Thanks for the reply.
I have checked the configuration of the routers after
a clean install and they are set as follows:

ROUTER1
swiftlet.sys$routing.listeners.names=plainsocket
swiftlet.sys$routing.listeners.plainsocket.port=4101
swiftlet.sys$routing.listeners.plainsocket.socketfactory.class=com.swift
mq.net.PlainSocketFactory


ROUTER2
swiftlet.sys$routing.connectors.names=router1
swiftlet.sys$routing.connectors.router1.hostname=localhost
swiftlet.sys$routing.connectors.router1.port=4101
swiftlet.sys$routing.connectors.router1.retrytime=30000

How do I create the queues on router2 so that messages sent to the 
queue on router1 go to the queue on router2?

Thanks

Steve Guthrie

-----Original Message-----
From: Garth A. Fisher [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 4:08 PM
To: [EMAIL PROTECTED]
Subject: [developers] How do I configure remote queues?


You will to connect the two routers.  You can use a connector.

If router1 has a listener configured like this:
swiftlet.sys$routing.listeners.names=plainsocket
swiftlet.sys$routing.listeners.plainsocket.port=4102
swiftlet.sys$routing.listeners.plainsocket.socketfactory.class=com.swift
mq.net.PlainSocketFactory


Then you can set up a connector on router2 like this:
swiftlet.sys$routing.connectors.names=router1
swiftlet.sys$routing.connectors.router1.hostname=<address of router1>
swiftlet.sys$routing.connectors.router1.port=4102
swiftlet.sys$routing.connectors.router1.retrytime=30000

If that doesn't do the trick then set up a static route between
the two routers.

Hope that helps,
Garth

-----Original Message-----
From: Guthrie, Steve [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 3:22 PM
To: [EMAIL PROTECTED]
Subject: [developers] How do I configure remote queues?


Hi there,
This is a real newbie question I am sure.

I have installed swiftMQ on a unix platform and have started routers
smqr1
and smqr2.
I can send messages using the sample programs to testqueue@router1
and read then using the SynchQueueReceiver program.

I want to create a queue on router2 and then send a message to 
router1 that is forwarded to the queue on router2.

I have tried setting various settings in sys$routing but can not get a
message to go to the queue on router2.

I have looked for online documentation and searched through the 
message archives, but can not find instructions.

Can anyone point me to documentation that describes in 
step by step instrctions how to do this?
Or can someone reply to this with ne necessary steps?

Assume that the swiftMQ has just been installed and that 
no queues have been set up except for the testqueue
supplied with the product.

Thanks very Much

Steve Guthrie


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


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