t********k 发帖数: 808 | 1 现在我在公共的主题上根据用户数据表
给某些人发了些消息
怎么使的不让其他人取的该消息呢? |
t****s 发帖数: 141 | 2 你不能用private的主题吗?公共的意思就是所有的人都可以得到 吧。
【在 t********k 的大作中提到】 : 现在我在公共的主题上根据用户数据表 : 给某些人发了些消息 : 怎么使的不让其他人取的该消息呢?
|
t********k 发帖数: 808 | 3 是啊
所有人都订阅了该主题
但有时可能只是让部份人收到
有时让另外一些人收到
怎么过滤?
【在 t****s 的大作中提到】 : 你不能用private的主题吗?公共的意思就是所有的人都可以得到 吧。
|
t****s 发帖数: 141 | 4 消息中加上权限控制
但是如果用不同的主题不是更好吗?不同的MessageBean
【在 t********k 的大作中提到】 : 是啊 : 所有人都订阅了该主题 : 但有时可能只是让部份人收到 : 有时让另外一些人收到 : 怎么过滤?
|
t********k 发帖数: 808 | 5 怎么加权限控制?
不能的
比如我一个文档要发
这次可能是某些人
下一次另一文档可能要给另外一些人
【在 t****s 的大作中提到】 : 消息中加上权限控制 : 但是如果用不同的主题不是更好吗?不同的MessageBean
|
t****s 发帖数: 141 | 6 不会呀,消息是有pattern的,你可以定义不同的pattern走不同的messagebean.
【在 t********k 的大作中提到】 : 怎么加权限控制? : 不能的 : 比如我一个文档要发 : 这次可能是某些人 : 下一次另一文档可能要给另外一些人
|
t********k 发帖数: 808 | 7 不现实啊
相同的动作
但是发不同的文档
不可能建N个messagebean啊
【在 t****s 的大作中提到】 : 不会呀,消息是有pattern的,你可以定义不同的pattern走不同的messagebean.
|
m******t 发帖数: 2416 | 8
IIRC, patterns can only be based on message properties, not recipients.
【在 t****s 的大作中提到】 : 不会呀,消息是有pattern的,你可以定义不同的pattern走不同的messagebean.
|
t****s 发帖数: 141 | 9 yeah, based on message properties, assign different message beans to the
same topic, which is called message bean inheritence.
There is a good article from onjava.com:
http://www.onjava.com/pub/a/onjava/2003/01/29/ejbinherit4.html
Based on the artilce, property company defines which message bean would
be called at run time.
【在 m******t 的大作中提到】 : : IIRC, patterns can only be based on message properties, not recipients.
|
m******t 发帖数: 2416 | 10 That would allow him to control which message goes to which message bean,
but not to which end recipient. From his original post my understanding
is his recipients are a changing set.
【在 t****s 的大作中提到】 : yeah, based on message properties, assign different message beans to the : same topic, which is called message bean inheritence. : There is a good article from onjava.com: : http://www.onjava.com/pub/a/onjava/2003/01/29/ejbinherit4.html : Based on the artilce, property company defines which message bean would : be called at run time.
|
t****s 发帖数: 141 | 11 Then, it depends on business logic. I cannot help le. :-(
【在 m******t 的大作中提到】 : That would allow him to control which message goes to which message bean, : but not to which end recipient. From his original post my understanding : is his recipients are a changing set.
|