users@glassfish.java.net

Re: How to set minimum-delivery-interval-in-millis using asadmin

From: Trond Strømme <Trond.Stromme_at_Sun.COM>
Date: Tue, 08 Dec 2009 11:38:34 +0100

Hi Per.
If this is for a standalone server try:
asadmin set
server.ejb-container.ejb-timer-service.minimum-delivery-interval-in-millis=7890

if this is for a cluster or other profile deployed in a managed node
replace server with the name of the profile

.trond

Per Steffensen wrote:
> Hi
>
> I want to change the value of "minimum-delivery-interval-in-millis" so
> that I can have timerbeans invoked more often than every 7. second. I
> can change it directly in domain.xml and probably also using the admin
> console. But I would like to have my complete setup scripted via
> adadmin. How do I change "minimum-delivery-interval-in-millis" via
> asadmin?
>
> Thanks!
>
> Regards, Per Steffensen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>