You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/10/24 15:00:47 UTC

[4/4] activemq-artemis git commit: This closes #857

This closes #857


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/af676d20
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/af676d20
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/af676d20

Branch: refs/heads/master
Commit: af676d208160a3b9417fa006c60da3ad71db6326
Parents: 0f69bbd 1eb3c70
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 24 11:00:29 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 24 11:00:29 2016 -0400

----------------------------------------------------------------------
 .../artemis/jms/client/ActiveMQConnection.java  |   4 +-
 .../jms/client/ActiveMQConnectionFactory.java   |  12 +
 examples/features/sub-modules/cdi/pom.xml       | 252 +++++++++++++++++++
 examples/features/sub-modules/cdi/readme.md     |  86 +++++++
 .../artemis/core/example/CDIClientConfig.java   |  87 +++++++
 .../artemis/core/example/CDIExample.java        |  36 +++
 .../core/example/CDIMessagingIntegrator.java    |  40 +++
 .../META-INF/apache-deltaspike.properties       |  22 ++
 .../cdi/src/main/resources/META-INF/beans.xml   |  25 ++
 examples/features/sub-modules/pom.xml           |   1 +
 .../cdi/factory/ConnectionFactoryProvider.java  |   3 +-
 .../src/main/resources/META-INF/beans.xml       |  25 ++
 .../javax.enterprise.inject.spi.Extension       |  20 ++
 13 files changed, 611 insertions(+), 2 deletions(-)
----------------------------------------------------------------------