Consultor Eletrônico



Kbase P19540: How to make fast connection when using 4GL Adapter for SonicMQ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to make fast connection when using 4GL Adapter for SonicMQ?

FACT(s) (Environment):

Progress 9.1D

FIX:

Use AppServerDC feature which allows to bypass the NameServer.

For example:
RUN jms/pubsubsession.p PERSISTENT SET pubsubsession ("-URL
AppServerDC://hostmachine:3620").

Remember to use the port the Adapter is listening to and not the NameServer port.