Subject: | Enhancement: transactional send |
Hi.
I'm working on a proyect using activemq's queues, so I installed
and tested your Net::Stomp module. It works great, but I needed
a feature of the Stomp protocol that your module doesn't have.
I need a "transactional send", to make sure that a message that
is sent to the queue it's really received. The protocol allows to
use "receipt headers" and transactions, so I expanded your module
with this feature. It works ok.
I have a patch on your module that allows to define on construction-time
if we want transactional send, or the default behaviour.
I wonder if you are available to upgrade your module with this
patch, or do you think it will be better to create a new sub-
module with my subclass? I don't know what fits better in the
future development and maintainance of Net::Stomp.