// invoker thread at this point. If we change this to be a sequence-level
// property then we'll need to revisit this.
SandeshaPolicyBean policy = SandeshaUtil.getPropertyBean(context.getAxisConfiguration());
useSerialization = policy.isUseMessageSerialization();
if (policy.isInOrder()) invoker = new Invoker();
if (policy.isEnableMakeConnection()) pollingManager = new PollingManager();
ModuleConfiguration mc = context.getAxisConfiguration().getModuleConfig("sandesha2");
if (mc != null) {
Parameter param = mc.getParameter("db.connectionstring");
if (param != null) {
dbConnectionString = (String) param.getValue();