void acknowledge ( in string queue, in CtsComponents::MessageKey key );
void add ( in string queue, in CtsComponents::Message msg );
void call ( in string method, in string param1 );
void close ( in string queue );
boolean delete ( in string queue, in CtsComponents::MessageKey key );
void delete2 ( in string queue, in CtsComponents::Message msg );
void deleteAllDq ( );
void deleteDq ( in string queue, in CtsComponents::MessageKey key );
boolean deleteProps ( in long type, in string name );
CtsComponents::MessageSeq getMessageDq ( in long maximum );
CtsComponents::MessageQueue getMessageQueueTS ( in string queue, in string config, in long options, in CtsComponentsInternal::TransactedSessionSystem ts );
boolean insert ( in string queue, in CtsComponents::Message msg );
boolean insertDq ( in string queue, in CtsComponents::Message msg );
void insertProps ( in long type, in string name, in string data );
void interrupt ( in string queue );
void invokeAfter ( in long method, in string param1, in string param2, in CtsComponents::Message msg );
void invokeBefore ( in long method, in string param1, in string param2, in CtsComponents::Message msg );
void load ( in string queue, in boolean messagesOnly );
boolean moveToDq ( in string queue, in CtsComponents::Message msg );
void notify ( in CtsComponents::MessageListener listener, in string queue, in CtsComponents::Message msg );
CtsComponents::MessageSeq receive ( in string queue, in long maximum, in long timeout, in long options, in string selector );
void recover ( in string queue );
void restoreDeadMsg ( in string queue, in CtsComponents::MessageKey key );
void running ( in string peer );
void unlock ( in string queue, in CtsComponents::MessageKey key );
boolean update ( in string queue, in CtsComponents::MessageKey key, in string from, in string to );
boolean updateProps ( in long type, in string name, in string data );