class safmq::MQFactory
A factory class which is used to construct connections to safmq servers and message queues
Child Classes
A factory class which is used to construct connections to safmq servers and message queues
Public Methods
Member Documentation
serverurl
has the form: safmq://user:password@server:port
-or- safmqs://user:password@server:port
Note that the protocol specification "safmq" and "safmqs" are optional as well as the user, password and password portions,
leaving the minimum url to be "//server". If the user and password are not specified in the url the parameters user
and password
will used instead. Defaults are used in cases where they are not specified.
Note: if ssl has not been compiled into the safmq library, using the safmqs protocol will result in an error.
serverurl
has the form: safmq://user:password@server:port/queue
-or- safmqs://user:password@server:port/queue
Note that the protocol specification "safmq" and "safmqs" are optional as well as the user, password and password portions,
leaving the minimum url to be "//server/queue". If the user and password are not specified in the url the parameters user
and password
will used instead. Defaults are used in cases where they are not specified.
Note: if ssl has not been compiled into the safmq library, using the safmqs protocol will result in an error.
Table of Contents HTML hierarchy of classes or Java