You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All factory properties have default values. The default value for a property will be used if the property remains unassigned prior to creating a connection:
126
131
- username: [code "guest"]
127
132
- password: [code "guest"]
128
133
- virtual-host: [code "/"]
129
-
130
-
For control over the username, password and virtual-host supplied to
131
-
the broker, modify the [code ConnectionFactory]'s [code
132
-
ConnectionParameters] object before calling [code CreateConnection]:
0 commit comments