Can anyone clearly explain what is durable and non-durable in JMS Topic?
I have server and client model till now server will send the request to client to finish the request sent from server and the client accepts the request ant send back the response to server.
I have one scenario, instead of server initiate the request send to my client, my client have to look into server for particular request and send the response for that to server back.
Can I apply JMS Topic to solve this ? If anyone clearly explained would be appreciated. Thanks in advance.