Sorry forgot to answer your original question. Yes I tried calling commit on the session but this caused an exception as the session was not transacted.
I have coded an MQ client in java that puts and receives messages from a queue. The client uses the mq jms classes. When I put a message on a queue and then later try to receive the message using the ...