[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Two PostOffices?

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Sep 27 22:41:22 EDT 2006


Ah... this is just because of the names... Ok... got it.

I Just wonder if wouldn't be better to use composed object keyts than two PostOffices.

This is just an idea. Something like:

public class Key
  | {
  |    String name;
  |    int type; // 1 for queue, 2 for topic
  | 
  |    ... implementing hashes and equals
  | }
  | 
  | 



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

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



More information about the jboss-dev-forums mailing list