Applied patches SANDESHA2C-69 and SANDESHA2C-70.
By this commit all samples work with apache2. Even large sequence samples work. But in rm_echo_1_0_large_sequence I don't get the terminate message from server.
Fixed SANDESHA2C-20. Now in two way single channel with RM 1.0 server
side send the terminate message to the client. The reason I found was
that in app_msg_processor's process_out_msg() function the code where
the last_msg is set is not reached in the server side. That's because
the SANDESHA2_SEQ_PROP_LAST_IN_MESSAGE_ID property is not set while
in the in path. Consequetly in the same function SANDESHA2_SEQ_PROP_LAST_OUT_MESSAGE_NO
is not set. As a result in server side ack_msg_processor's process_in_msg function
the code is not reached to sandesha2_terminate_mgr_add_terminate_seq_msg function.