propValues.put("JNDIName", SimpleValueSupport.wrap(jndiName));
propValues.put("downCacheSize", SimpleValueSupport.wrap(1999));
propValues.put("DLQ", SimpleValueSupport.wrap((String)null));
propValues.put("expiryQueue", null);
ComponentType type = KnownComponentTypes.JMSDestination.Queue.getType();
createComponentTest("QueueTemplate", propValues, getName(), type, jndiName);
ManagedComponent queue = activeView.getComponent("testCreateQueueWithNullDLQ", type);
assertNotNull(queue);
assertEquals("testCreateQueueWithNullDLQ", queue.getName());
log.info(queue.getProperties().keySet());