Closed ricefield closed 12 years ago
the spec for Registration Messages is:
Register: '<?xml version="1.0" encoding="UTF-8"?>' '' 'Message>SlaveServerID@HostName:Port</Message' ''
Registration ACK: '<?xml version="1.0" encoding="UTF-8"?>' '' 'Successfully registered SlaveServerID@HostName:Port' ''
so TPCMessage needs to format its XML (and other fields possibly) to match this.
the spec for Registration Messages is:
Register: '<?xml version="1.0" encoding="UTF-8"?>' ''
'Message>SlaveServerID@HostName:Port</Message'
' '
Registration ACK: '<?xml version="1.0" encoding="UTF-8"?>' ''
'Successfully registered SlaveServerID@HostName:Port '
' '
so TPCMessage needs to format its XML (and other fields possibly) to match this.