Please forgive my ignorance on this as I am a complete novice to MQSeries and we have not had a chance to test out it's capabilities, this is for design considerations at this stage.
We have an application that needs to send messages to our customers MQ server. I was going to introduce a server process in our application that would cycle every 45 seconds or so to gather any messages and send them to the MQ server.
Is it advisable for me to make a connection on every 45 second cycle? Would there be timing issues of the connect?
To further complicate the issue I cannot directly use the MQSeries libraries as we have to use our application wrapped libraries which only have basic connect, write, etc functionality and no method of checking the connection.
If we can simply re-connect every 45 seconds or so without causing any MQ problems we could go ahead with this idea, I understand that it's not a good solution but in the time we have remaining it would at least give us a solution.
Thanks for listening.
We have an application that needs to send messages to our customers MQ server. I was going to introduce a server process in our application that would cycle every 45 seconds or so to gather any messages and send them to the MQ server.
Is it advisable for me to make a connection on every 45 second cycle? Would there be timing issues of the connect?
To further complicate the issue I cannot directly use the MQSeries libraries as we have to use our application wrapped libraries which only have basic connect, write, etc functionality and no method of checking the connection.
If we can simply re-connect every 45 seconds or so without causing any MQ problems we could go ahead with this idea, I understand that it's not a good solution but in the time we have remaining it would at least give us a solution.
Thanks for listening.