I know that a JMS message to a topic can be delivered to the same subscriber if the transaction rolled back. How can I achieve this in Tibco Designer?
There's basically two ways depending on what you want to achieve:
If there's an error in processing before you hit the confirm activity the message will be redelivered again. But note there might be some other factors in (e.g. settings on your TIBCO EMS or JMS server for redelivering etc)
With best regards Sebastian