You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2015/04/16 23:26:00 UTC

[jira] [Updated] (TOMEE-1550) support AMQ plugin config on amq5factory

     [ https://issues.apache.org/jira/browse/TOMEE-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated TOMEE-1550:
--------------------------------------
    Description: 
task valid while we keep amq5 at least

sample:

{code}
amq5factory:broker:(tcp://localhost:61616)?amq.plugins=jaas&jaas.class=org.apache.activemq.security.JaasAuthenticationPlugin&jaas.discoverLoginConfig=false
{code}

* amq.plugins: list of plugin names (markers)
* [plugin name].class: the implementation
* [plugin name].[attribute]=value to initialize an attribute of a plugin

  was:task valid while we keep amq5 at least


> support AMQ plugin config on amq5factory
> ----------------------------------------
>
>                 Key: TOMEE-1550
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1550
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0-Milestone-1
>
>
> task valid while we keep amq5 at least
> sample:
> {code}
> amq5factory:broker:(tcp://localhost:61616)?amq.plugins=jaas&jaas.class=org.apache.activemq.security.JaasAuthenticationPlugin&jaas.discoverLoginConfig=false
> {code}
> * amq.plugins: list of plugin names (markers)
> * [plugin name].class: the implementation
> * [plugin name].[attribute]=value to initialize an attribute of a plugin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)