ctf.setThreadNamePrefix(getTransportName()+"-Publisher-");
threadPool = new JMXReportingThreadPoolExecutor(threadPoolSize, threadPoolSize, 0, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(), ctf);
}
public void initialiseExecutionContext() {
final Identity transportIdentity = new EventTransportIdentityImpl(JmsEventTransportImpl.this, transportIdentifier);
if (executionContext == null) {
executionContext = new ExecutionContext() {
@Override