I am working on a proof of concept where some data as to be sent to a remote queue in WebSphere MQ. The PC's that will be running the client software will be Windows and will have access to Wi-Fi, satellite and cellular data transmission.
Since there is a different cost associated to each mode of transmission, the client wants us to pick the lowest costing available transmission hardware in real time. By this I mean we will be sending our data with Wi-Fi, cellular transmission or satellite, in order of availability.
My problem is that windows seems to be picking the hardware used for transmission. From what I have seen in the MQ c++ library there is no way for me to specify which hardware should be used to transmit. I know this can be done outside of MQ but as anyone been able to do this within MQ?