[jboss-jira] [JBoss JIRA] (WFLY-5083) [Migration operation] group-address/group-port/local-bind-address/local-bind-port in broadcast-group are not migrated
Jeff Mesnil (JIRA)
issues at jboss.org
Tue Aug 18 07:59:26 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099342#comment-13099342 ]
Jeff Mesnil commented on WFLY-5083:
-----------------------------------
Indeed these 4 attributes will not be migrated: they no longer exist in the new messaging-activemq subsystem.
The only way to specify this information is by using a socket-binding.
However, we should warn the user during the migration operation that it will have to update its configuration by specifying a socket-binding before starting its server in normal mode.
> [Migration operation] group-address/group-port/local-bind-address/local-bind-port in broadcast-group are not migrated
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5083
> URL: https://issues.jboss.org/browse/WFLY-5083
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.Beta1
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
>
> If broadcast group with local-bind-address,local-bind-port, group-address and group-port then those parameters are not migrated properly:
> For example HornetQ configuration:
> {code}
> <broadcast-group name="groupA">
> <local-bind-address>localhost</local-bind-address>
> <local-bind-port>12345</local-bind-port>
> <group-address>224.0.1.105</group-address>
> <group-port>23456</group-port>
> <broadcast-period>${broadcast.period:2500}</broadcast-period>
> <connector-ref>netty</connector-ref>
> <connector-ref>netty-throughput</connector-ref>
> </broadcast-group>
> {code}
> is migrated to Artemis like:
> {code}
> <broadcast-group name="groupA" connectors="netty netty-throughput" broadcast-period="${broadcast.period:2500}"/>
> {code}
> With such a configuration server cannot be started. There is no warning pointing to this problem.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list