WebLogic Messaging API Class Library

Constants.Context Fields

The fields of the Constants.Context class are listed below. For a complete list of Constants.Context class members, see the Constants.Context Members topic.

Public Static Fields

PROVIDER_URL The URL for a WebLogic server t3 port, required when creating an IContext. Legal URL syntax includes t3://hostname[,hostname]*:portnumber or t3://hostname:port[,hosthame:port] . The ContextFactory.CreateContext call iterates over each component address until one succeeds or all fail. For additional information on URLs, see the WebLogic JMS .NET client documentation.
SECURITY_CREDENTIALS Optional password, specified when creating an IContext.
SECURITY_PRINCIPAL Optional username, specified when creating an IContext.

See Also

Constants.Context Class | WebLogic.Messaging Namespace | ContextFactory