Forum Discussion
Gary_T_31565
Nimbostratus
Sep 23, 2007Inefficient MSMQ load balancing
New to bigip and msmq.
How can I get 1:1 messages LB across queues.
We have a webservice (RR LB on n x IIS svrs) which suppliers post to. This works well. The web service the...
Deb_Allen_18
Sep 24, 2007Historic F5 Account
Here's an iRule to log connection details for both client & server:
when CLIENT_ACCEPTED {
set client [IP::client_addr]:[TCP::client_port]
log local0.info "Client connection accepted for client $client"
}
when SERVER_CONNECTED {
set server [IP::server_addr]:[TCP::server_port]
log local0.info "Server connection to server $server established for client $client"
}But I think the easiest way to see whether it's one connection or several would actually be to examine a packet trace and look for multiple transactions on the same client IP:port combo.
HTH
/deb
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
