Ok..So I have started studying about MQ and its purpose/usecase etc... My existing application (Web made using JSP etc..) uses RestFUL interface to communicate with a remote server and to post/receive data from the server.
We often have to deal with the connectivity of the remote server.The synchronization problem is always there..
Message sent from our end.But Remote server went down. Or vice versa.
I came across the MQ thing and found it to be reliable when delivering and receiving messages from remote server is concerned.
But again, using REST I think the entire need for MQ appears to be a bit hazy.. I am basically looking for few of the differences between MQ and RestFUL..
I read on other blog post that with the advent of increasing research in the RestFUL domain, the MQ's will slowly loose pace..
I don't have much idea about MQ so won't comment anything but surely working with RestFUL is fun.
Would appreciate if someone provides differences between using RestFUL and MQ.