GitHub user andytaylor opened a pull request:
https://github.com/apache/activemq-6/pull/93
ACTIVEMQ6-7 - Improve Serialization on Connection Factory
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andytaylor/activemq-6 uri
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-6/pull/93.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #93
----
commit b24d72900bf1b2bda18212f2ea99cce5ad23af20
Author: Clebert Suconic <[email protected]>
Date: 2014-12-12T19:01:48Z
ACTIVEMQ6-7 - Improve Serialization on Connection Factory
https://issues.apache.org/jira/browse/ACTIVEMQ6-7
commit d56e23d6193bf561adfe27ca585c6821be26b666
Author: Andy Taylor <[email protected]>
Date: 2015-01-29T09:18:36Z
ACTIVEMQ6-7 - Improve Serialization on Connection Factory
https://issues.apache.org/jira/browse/ACTIVEMQ6-7
Connection Factory is now externalizable and is now serialized as a string
that represents a URI. There are schemas for every possible type for connection
factory and server locator.
The client JNDI representation of factories has also been changed to be
consistent with this.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---