@Test
public void testTempQueueIssue() throws JMSException, InterruptedException {
final PooledConnectionFactory cf = new PooledConnectionFactory("vm://localhost?broker.persistent=false");
Connection con1 = cf.createConnection();
con1.start();
// This order seems to matter to reproduce the issue
con1.close();