To perform synchronization, select 'Repository -> Queue Manager' from the synchronization menu.
Repository -> Queue Manager Sync.
What is it?
This function will attempt to create real WMQ Queue Managers and
real WMQ Queues based on the administrable objects in your repository.
This should enable you to create a repository of administrable
objects and then create the underlying queues and queue managers
that these JMS objects refer to.
This function will examine each object in the current context. It will ignore objects that are not of the type com.ibm.mq.jms.MQQueue or com.ibm.mq.jms.MQQueueConnectionFactory. When it finds an MQQueueConnectionFactory, it examines the Queue Manager field and will attempt to create that queue manager (if it does not exist) and start it. When it finds an MQQueue object, it examines the Queue Manager and Queue fields and attempts to create that queue on the queue manager. If either field is blank, the object is ignored.
This process is slightly more complicated than the other synchronization methods and so there are some situations where you may be prompted for extra information:
Please note: For this function to work, you need to have installed the WMQ Initial Context support pac ME01.