My application is located in HK and writes directly to a remote queue in Korea daemon. It is a single threaded application. Ideally, I should write to a local queue which should ship the message to remote queue.
Seeing the rate at which I am able to send messages to the remote queue, I am thinking either there is a limit on the TIBCO daemon for messages being written across WAN or there is a WAN bandwidth issue. It is also possible there is an application throughput issue (which I am investigating).
Question here is for the first part - is there any TIBCO limit that you can set to restrict the rate / the max number of messages per second when written from across WAN.
The queue being written is a durable.
Think I am seeing 22 messages per second.