You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Tamas Cserveny (JIRA)" <ji...@apache.org> on 2014/06/02 19:00:06 UTC

[jira] [Closed] (AMQ-5204) Embedded ActiveMQ with resource adapter disables SSL of JBoss 7

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

Tamas Cserveny closed AMQ-5204.
-------------------------------

    Resolution: Invalid

I was using EAP 6.2, but I was not able to make a small package which demonstrates the problem.

> Embedded ActiveMQ with resource adapter disables SSL of JBoss 7
> ---------------------------------------------------------------
>
>                 Key: AMQ-5204
>                 URL: https://issues.apache.org/jira/browse/AMQ-5204
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.9.1
>         Environment: JBoss 7.1.1
>            Reporter: Tamas Cserveny
>
> Hi All,
> I tried to embed activemq-rar into JBoss 7.3.1 with SSL support enabled.
> The SSL support is configured and working ok (I can connect without any problems) until the first MDB initializes the embedded broker. After that moment the SSL stops working. It seems that ActiveMQ broker reinitializes the platform SSL which in turn stops working. :/
> This is how I did SSL support:
> {quote}
> <subsystem xmlns="urn:jboss:domain:web:1.5" default-virtual-server="default-host" native="false">
> ...
>             <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">
>                 <ssl name="https" password="changeit" certificate-key-file="../standalone/configuration/server.keystore"/>
>             </connector>
> {quote}
> This is the broker URL used: vm://localhost?brokerConfig=xbean:broker-config.xml



--
This message was sent by Atlassian JIRA
(v6.2#6252)