This PR modernizes legacy typedef declarations to using aliases in src/zmq/zmqpublishnotifier.cpp and src/support/lockedpool.h.
This completes another step in replacing older C-style typedefs with modern C++ using syntax across the codebase.