You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by rliguori <ro...@hotmail.com> on 2010/12/29 13:02:01 UTC

"Send a JMS Message" page of the web console

Consider the "Send a JMS Message" page of the web console:
http://localhost:8161/admin/send.jsp

Is there documentation that describes exactly what the purposes/goals are of
the following fields:

delay(ms)
Time(ms) to wait before scheduling again
Number of repeats
Use a CRON string for scheduling
Number of messages to send
Header to store the counter

If not, can someone please explain?

Also, has anyone been able to get them all to work as intended?

Thanks!

-- 
View this message in context: http://activemq.2283324.n4.nabble.com/Send-a-JMS-Message-page-of-the-web-console-tp3167050p3167050.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: "Send a JMS Message" page of the web console

Posted by Aleksandar Ivanisevic <al...@ivanisevic.de>.
rliguori <ro...@hotmail.com> writes:

> Consider the "Send a JMS Message" page of the web console:
> http://localhost:8161/admin/send.jsp
>
> Is there documentation that describes exactly what the purposes/goals are of
> the following fields:
>
> delay(ms)
> Time(ms) to wait before scheduling again
> Number of repeats
> Use a CRON string for scheduling
> Number of messages to send
> Header to store the counter

I guess most if not all of them are related to:
http://activemq.apache.org/delay-and-schedule-message-delivery.html


[...]