Consultor Eletrônico



Kbase P100653: How do I supply the username and password when starting a JMS Session from Progress 4GL?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/02/2005
Status: Unverified

GOAL:

How do I supply the username and password when starting a JMS Session from Progress 4GL?

FIX:

Run the setUser and setPassword before running beginSession. This will set the user name and password Sonic will use to authenticate users:
RUN setUser IN pubsubsession("Username").
RUN setPassword IN pubsubsession("Password").