tibco-允许/禁止自动建Queues

521阅读 0评论2012-01-06 chasfer
分类:Java

, the EMS server may dynamically create destinations on behalf of its clients. The use of wildcards in the .conf files can be used to control the allowable names of dynamically created destinations.
described above for static destinations.
queues.conf file contains:
>
topics.conf file contains only:
foo.>
foo.bar, foo.boo, foo.boo.bar, and foo.bar.boo.
queues.conf file contains only:
foo.*
foo.bar and foo.boo, but not foo.bar.boo.
topics.conf file contains only:
foo.*.bar
foo.boo.bar, but not foo.bar.
 
参考:Tibco EMS User's Guide
上一篇:Weblogic-JDBC连接数小故障
下一篇:Tomcat server.xml 配置详解