History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBPAPP-444
Type: Bug Bug
Status: Resolved Resolved
Resolution: Done
Priority: Minor Minor
Assignee: Tim Fox
Reporter: Dominik Pospisil
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JBoss Enterprise Platform App Edition

bind_to_all attribute set to true for MPING protocol of messaging data chanel JGroups stack configuration

Created: 21/Nov/07 08:03 AM   Updated: 18/Dec/07 04:18 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.3.0.GA
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Affects: Release Notes


 Description  « Hide
In */deploy/jboss-messaging.sar/hsqldb-persistence-service.xml there bind_to_all_interfaces attribute set to TRUE. This is not a bug, but is this really intended? It is incosistent with other services relying on JGroups, since non of them overrides this parameter and it defaults to FALSE.


<MPING timeout="4000"
bind_to_all_interfaces="true"
mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
mcast_port="${jboss.messaging.datachanneludpport:45567}"
ip_ttl="${jboss.messaging.ipttl:8}"
num_initial_members="2"
num_ping_requests="1"/>



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Rajesh Rajasekaran [26/Nov/07 11:30 AM]
Tim, do you have any comments on this?