Add support for setting the broker Uri after the connection factory is created.  This is generally useful, but it is critical to fully support the Compact Framework.
The Compact Framework Activator class only allows dynamic creation of classes using the default constructor.  Any kind of settings need to be done after the object is created.
1 file changed