[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2 Management Interfaces

ataylor do-not-reply at jboss.com
Tue Feb 19 03:45:00 EST 2008


anonymous wrote : 1) Delete a single message from a queue
  | 2) Move a single message from one queue to another (e.g. to DLQ or expiry queue).
  | 3) Expire a message
  | 4) Change message priority 

sounds good, via message id i guess.

anonymous wrote : 1. Change a header on a message
  | 2. Drop a user connection
  | 3. Drop a single subscription. 

All good, especially the second one.Would this force the client to reconnect in a clustered environment?

anonymous wrote : 1. List connections for a user
  | 2. View statistics for a user (number of messages sent, number of messages consumed etc)

first one trivial, I'll have to investigate the second!


anonymous wrote : Block a user, freeze a user out. 

Again, i'll investigate!

anonymous wrote : List temporary destinations
  | 
  | List sessions

trivial, I'll add.

anonymous wrote : listAvailableAddresses (these are the "routes").
  | 
  | on the jms interface we should have
  | 
  | listAllQueues
  | listAllTopics 

again, trivial, so i'll add.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130299#4130299

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130299



More information about the jboss-dev-forums mailing list