Varun,
In order to be able to connect to a WebSphere MQ broker on System i (aka
AS/400), I had to create my own ConnectionFactory (extends
MQConnectionFactory) to be able to specify a user/password for the
connection, overriding the createConnection() method:
public Connection createConnection() {
return createConnection("USER", "PASSWORD");
}
I'm not sure what was the exact exception that was being thrown (I think
MQJMS2013 invalid security authentication supplied for MQQueueManager,
but I'm not sure). Perhaps you have the same exception here? If not,
can you specify the exact message ID and/or text?
Gert
unni_varun wrote:
OOPS. I got that stack trace before configuring processorName="standard" in
the jms:endpoint. After configuring it i'm getting an ACCESS VIOLATION
ERROR.