in RM 1.1 when sending terminate sequence it is sent more than once but only 
one message has addressing headers
---------------------------------------------------------------------------------------------------------------

                 Key: SANDESHA2C-13
                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-13
             Project: Sandesha2/C
          Issue Type: Test
            Reporter: Damitha Kumarage
         Assigned To: Damitha Kumarage


in RM 1.1 when sending terminate sequence it is sent more than once but only 
one message has addressing headers.
This terminate sequence message is sent in the 
terminate_seq_msg_processor_process_out_msg function. There what it do is using 
a sandesha2_transport_sender send the message with resend false. This means it 
is actually sent by
sandesha2_sender_worker_invoke function(without resending feature). But I see 
this is not needed. We can directly
send the message from terminate_seq_msg_processor_process_out_msg function 
because we don't need the resend facility for the terminate sequence message. I 
think if I do this then the above mention problem will automatically solved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to