由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JMS消息发布的问题
相关主题
Inject property file into a spring bean?Java JCE的疑问
问个spring问题一个servlet问题
spring questionJDBC如何获取新加入的记录的索引
有关JBOSS-MQ问题问一个版权的问题 (转载)
spring creating objects depending on properties?请教一个多线程lock机制的问题
关于Message Driven Bean的问题。Data pipeline 的问题
能不能不系统学习Java?What are the design goals of the Enterprise JavaB
关于 Java beanWhat transaction attributes do Enterprise JavaBea
相关话题的讨论汇总
话题: message话题: based话题: bean话题: 消息话题: recipients
进入Java版参与讨论
1 (共1页)
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.

1 (共1页)
进入Java版参与讨论
相关主题
What transaction attributes do Enterprise JavaBeaspring creating objects depending on properties?
EJB框架示意图关于Message Driven Bean的问题。
Another nice EJB server(recommend ;-)能不能不系统学习Java?
Re: 谁能提供可靠FTP,我将全部上载关于 Java bean
Inject property file into a spring bean?Java JCE的疑问
问个spring问题一个servlet问题
spring questionJDBC如何获取新加入的记录的索引
有关JBOSS-MQ问题问一个版权的问题 (转载)
相关话题的讨论汇总
话题: message话题: based话题: bean话题: 消息话题: recipients