English 中文(简体)
Can 在信息传递方面,我在某种程度上超越了JMS提供者的行为?
原标题:Can I somehow overwrite JMS provider behavior in messaging?
  • 时间:2010-01-14 22:43:36
  •  标签:
  • java
  • jms

我知道,对一些专家来说,我也许会很.,但是,这在我的头上是一帆风顺的,而且仍然没有找到具体答案。

http://java.sun.com/products/jms/overview.html PUBLISH/SUBSCRI MESSAGING with JMS TOPICS: JMS出版商向JMS提供商发送了ms,JMS提供商向JMS用户发送了ms,并收到了他们的认可。

我能否在一定程度上修改初专干事的提供者,以便初专干事的生产者只能发出从JMS出版商收到的所有其他信息?

在这一领域,所有建议都得到了欢迎。

最佳回答
问题回答

您可使用JMSAP电文选择器,对您的JMS用户进行过滤。 然后,你只能读/处理与某种标准相符的信息。

提供更多信息,说明你试图完成哪些工作(过滤)。 检测中的信息? 负荷平衡? 你们可能得到更好的答案。

为什么你们想要这样做? 难道这不会打败整个一夫一妻的美术,这不会失去任何信息? 或者,你想要控制信息如何向用户分发? 即便如此,这也会违背基本的JMS规格。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签