English 中文(简体)
创建JMS的习俗特性 Queue
原标题:Create custom properties for JMS Queue

我正在使用Jboss.x, EJB3.0。

I have two JMS queues. "A" queue and "Error" Que.

有一个再研究机制,因此,在经过3次尝试之后,秘书长特别代表将自动交付一个错误的格言,在那里会聆听。

我要补充一下将交付给错误Que的秘书长特别代表,我将界定这一额外财产。 (我可以向本机构增加一条外线,因为我有滚动,每当执行一次退步时,该机构也将退席)

So I read little in the net, and I got that I can use the header for this purpose(roll backs wont affect it). in order to user the header for my custom property I must create JMSPropertyType and add to it the header. I didn t find info how to do it, mybe anyone could show me, or maybe there is another way of doing this?

thanks, ray.

问题回答

交易回历限制和毒物信息查询(错误格)是供应商特有的特征。 他们不见JMS。 您应读到您的供应商文件(JBOSS, 显然)以了解任何细节。

我感到不舒服的是,如果一个失败的接收者能够把财产添加到你要求的信息中。 你的供应商可能暗中增加一些财产。 我认为,我看到了一个案例(BEA 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 ...

热门标签