[jboss-jira] [JBoss JIRA] (WFLY-13531) wildfly-cekit-modules: Remoting subsytem not present prevents full configuration of external message broker

Emmanuel Hugonnet (Jira) issues at jboss.org
Fri May 29 03:51:23 EDT 2020


    [ https://issues.redhat.com/browse/WFLY-13531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120901#comment-14120901 ] 

Emmanuel Hugonnet commented on WFLY-13531:
------------------------------------------

<!-- required only to access the HttpListenerRegistryService used by http-acceptor -->
<module name="org.jboss.as.remoting" optional="true"/>
I think remoting is required for the http connection to the embedded broker as it will allow the http-upgrade. 

> wildfly-cekit-modules: Remoting subsytem not present prevents full configuration of external message broker
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-13531
>                 URL: https://issues.redhat.com/browse/WFLY-13531
>             Project: WildFly
>          Issue Type: Bug
>            Reporter: Ken Wills
>            Assignee: Jeff Mesnil
>            Priority: Major
>
> See here: 
> https://github.com/wildfly/wildfly-cekit-modules/blob/master/jboss/container/wildfly/launch/messaging/added/launch/messaging.sh#L1092
> When this returns 1 (remoting not present):
> https://github.com/wildfly/wildfly-cekit-modules/blob/master/jboss/container/wildfly/launch/messaging/added/launch/messaging.sh#L68
> and once DISABLE_EMBEDDED_BROKER is set to always:
> https://github.com/wildfly/wildfly-cekit-modules/blob/master/jboss/container/wildfly/launch/messaging/added/launch/messaging.sh#L949
> Will fail and /subsystem=ee/service=default-bindings:undefine-attribute(name=jms-connection-factory) will be executed instead, of the expected /subsystem=ee/service=default-bindings:write-attribute(name=jms-connection-factory, value=\"${defaultJmsConnectionFactoryJndi}\")"



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list