]
RH Bugzilla Integration commented on WFLY-4013:
-----------------------------------------------
Kabir Khan <kkhan(a)redhat.com> changed the Status of [bug
The value of the bound attribute in socket-binding-group messaging is
always false
----------------------------------------------------------------------------------
Key: WFLY-4013
URL:
https://issues.jboss.org/browse/WFLY-4013
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: JBoss AS7 7.2.0.Final
Environment: JBoss EAP 6.3.1.
Reporter: Tom Ross
Assignee: Jeff Mesnil
Fix For: 9.0.0.Beta1
The value of bound attribute in messaging socket group is always false.
{noformat}
/socket-binding-group=standard-sockets/socket-binding=messaging:read-resource(include-runtime=true,
recursive=true)
{
"outcome" => "success",
"result" => {
"bound" => false,
"bound-address" => undefined,
"bound-port" => undefined,
"client-mappings" => undefined,
"fixed-port" => false,
"interface" => undefined,
"multicast-address" => undefined,
"multicast-port" => undefined,
"name" => "messaging",
"port" => 5445
}
{noformat}