how can i properly setup Kerberos in Websphere MQ? In the documentation, it says can use
SCYEXIT('amqrspin(SCY_KERBEROS)')
I suppose this attribute is defined when when create the channels? eg
define CHANNEL (...) .... SCYEXIT('amqrspin(SCY_KERBEROS)')
how about SCYDATA('remote_principal_name')
? Does this need to defined after scyexit
? What other setups do I need to consider besides these 2 channel attributes?
is there other good tutorial on this subject? thanks.