MQ Adapter 6.0 - How to specify a object queue manager name?

I have been searching for a way to create a connection to a remote queue using the local MQ manager without creating a remote queue on the local MQ manager. I want to use the local MQ manager so that I can utilize binding and not have to worry about IDs and passwords.

If I was coding the MQOPEN myself I would simply put the remote queue name in the object name and the remote queue manager name in the object queue manager name.

Does anyone know if there is a way to specify a remote queue manager name for a remote queue?

Any help is appreciated!