[Java] Queue changes

Hi all,
i’m new to this forum…

i’m writing a little sw for queue management…

I’m trying to get queue changes but the queue values (agents/members state, etc.) don’t change since i disconnect and connect again then manager…
the strange think is also that i can’t see any Event logged (my class implements ManagerEventListener, AsteriskServerListener, PropertyChangeListener).

I’m going crazy…how can i solve this problem ?

I use Asterisk 1.8 and the latest asterisk-java.

Thanks to all !

I’ve solved…the problem was that in the manager.conf,
the “read” permission to my user was set with only “call” and “originate”…

with “all” my class receive the events and the “Queues” object, readed from the manager, are updated successfully.

thansk to all again !