Hi All!

I've been working with the DynaMetapushTable and in my application in certain instances I need to reset the tabe (i.e. remove all the rows).

Is there a way to send a command to the listener which will remove all the rows in the table, without knowing how many rows are already in the table?

My adapters are stateless in that they receive JMS messages and simply call update commands without keeping track of the received messages. The only thing the adapter is aware of is the subscribed items. At certain time intervals the adapter receives a reset message via JMS indicating that a new datafeed is about to start, hence it needs to remove all the current data and feed the new data.

Thank you in advance.

Gary