ActiveMQ web component - proper handling of priority, timeToLive and delivery 
mode
----------------------------------------------------------------------------------

                 Key: AMQ-1227
                 URL: https://issues.apache.org/activemq/browse/AMQ-1227
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: incubation
            Reporter: Dejan Bosanac
             Fix For: incubation
         Attachments: activemq-web.patch

Currently, web component does not handle priority, time to live and delivery 
mode properties when sending messages as it should. All messages are sent as  
non-persistant, with time to expire set to 0 and priority 4.
Submitted patch fixes some of the spotted problems. It checks for JMSPriority, 
JMSTimeToLIve and JMSDeliveryMode request parameters and acts according to 
their values. If they are not set it uses default values (priority =5, delivery 
mode = persistent, no expiry time).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to