I am using single Sender and Receiver for Sending Object Message.Is this possible to achieve FIFO with out any extra configuration or I have to do something.
I have to means, Please tell me what I have to do ?
I am using PTP Messaging.
Whenever I want to send Message , I am creating a connection and sending message and close the connection.but receiver will be listening forever to receive messages.Receiver end must be FIFO.
I read about single sender and Multiple receiver and other combination .I didn't get anything about single sender to single receiver.
Thanks in Advance.