{
if (objectStore instanceof MuleContextAware)
{
((MuleContextAware) objectStore).setMuleContext(context);
}
QueueConfiguration qc = new QueueConfiguration(context, maxOutstandingMessages, objectStore);
queueManager.setQueueConfiguration(component, qc);
return qc;
}