>
> How do I automatically generate a RRN (retrieval reference number) in
> JPOS?
>
The RRN is just a string of up to 12 characters that uniquely identifies
a transaction. If you're storing your transactions in a database, then
you could use some database generated identifier, such as your
transaction's 'id'.