Consultor Eletrônico



Kbase P117210: Adapter for SonicMQ: ClientConnect functionality is not supported on this platform. Use BrokerConnec
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/12/2006
Status: Unverified

SYMPTOM(s):

ClientConnect functionality is not supported on this platform. Use BrokerConnect instead.

4GL-JMS client tries to connect to SonicMQ with the ClientConnect adapter for SonicMQ connection mode

RUN jms/pubsubsession.p PERSISTENT SET pubsubsession ("-SMQConnect").

CAUSE:

The new ClientConnect conneciton mode is only supported on Platforms that SonicMQ certifies with.

FIX:

Use the old BrokerConnect connection mode. Start the Adapter broker using Progress Explorer or the adaptman command line utility and then connect with the brokerConnect model:
RUN jms/pubsubsession.p PERSISTENT SET pubsubsession ("-H localhost -S 5162 ").