Is it possible to host a service with multiple binding endpoints under WAS. For example a service with tow TCP endpoints and tow message queue endpoints?
Is that possible?
Is it possible to host a service with multiple binding endpoints under WAS. For example a service with tow TCP endpoints and tow message queue endpoints?
Is that possible?
Sure, no problem. The only rule is: you cannot have two endpoints with the same address and protocol, e.g. you cannot have two HTTP endpoint on localhost:8000.
Marc