Can I cancel a message I've sent?
We are using iMQ to send a message that will invoke a translet. One of our
requirements is to be able to cancel translets and specific messages once a
message has been sent to the broker. For example, lets say three messages
are sent to a broker, message 1, message 2 and message 3.While all three
messages are sitting in the queue waiting for the client, we would like to
be able to cancel one of the messages prior to being sent to the client,
for example message 2. Once the client becomes available message 1 and
message 3 would be the only messages available. (We will also be
implementing point to point synchronous queues). So far this does not
appear possible.From what I have found the API's do not seem to support
this. Do you know if this can be done?

