You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2007/02/06 06:24:05 UTC

[jira] Created: (SANDESHA2C-13) in RM 1.1 when sending terminate sequence it is sent more than once but only one message has addressing headers

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Closed: (SANDESHA2C-13) in RM 1.1 when sending terminate sequence it is sent more than once but only one message has addressing headers

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2C-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage closed SANDESHA2C-13.
--------------------------------------

    Resolution: Fixed

Fixed

> 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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Closed: (SANDESHA2C-13) in RM 1.1 when sending terminate sequence it is sent more than once but only one message has addressing headers

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2C-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage closed SANDESHA2C-13.
--------------------------------------

    Resolution: Fixed

Fixed

> 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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org