[jboss-user] [JBoss Messaging Users] - Re: HermesJMS config for Jboss Messaging resources?

2009-09-28 Thread unwavering
Yes. It works perfectly with JBM 1.4. I benefited greatly from this visual tutorial: http://hermesjms.com/confluence/display/HJMS/JBoss+Tutorial Note: when you set up the JNDI InitialContext, you need to declare two attributes: 1. SecurityCredentials. 2. SecurityPrincipal. These two parameters

[jboss-user] [JBoss Messaging Users] - Re: Enjoy a GUI JMS Client!

2009-08-29 Thread unwavering
Thank you gaohoward. Attached is the link of the file: http://www.4shared.com/file/128583618/d3114d14/JMS_GUI_Client.html The RAR contains: 1. The JMS GUI client. 2. Release notes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252426#4252426 Reply to the

[jboss-user] [JBoss Messaging Users] - Enjoy a GUI JMS Client!

2009-08-26 Thread unwavering
Dear all, I've developed a GUI JMS client which sends a JMS message to a specified JBM provider and I want to share this tool with the community but I don't know how to upload this big JAR to this forum. View the original post :

[jboss-user] [JBoss Messaging] - Re: Questions on JBoss Messaging 1.4

2009-06-29 Thread unwavering
Thanks gaohoward. I still need some explanations: Q1: Is there a configurable way to define default message headers from JBoss? Q2: How do you define 'delivery'? Is it delivery between internal components of JBoss? Or is it delivery between external clients and JBoss? View the original

[jboss-user] [JBoss Messaging] - Re: Questions on JBoss Messaging 1.4

2009-06-29 Thread unwavering
Another question: I'm using a JMS client to drop messages in JBM 1.4. Although the client is changing the message header properties (expiry and priority), these changes are not taking effects on JBM. For example, the client is setting the message expiry to 1 second but JBM is keeping the

[jboss-user] [JBoss Messaging] - Re: Questions on JBoss Messaging 1.4

2009-06-29 Thread unwavering
You're right gaohoward. The priority should be set at the method level (send method) rather than at the message level. But I still can't control the expiry of the message even from the send() method. I will review the specs as you suggested. Thanks. View the original post :

[jboss-user] [JBoss Messaging] - Questions on JBoss Messaging 1.4

2009-06-27 Thread unwavering
Dear all, I have some questions: Q1: How can I override the message header fields from JBoss Messaging 1.4? The reason is that I don't want the clients to control the message expiry and priority information. Q2: What's the complete scenario which will cause a message to be moved to the DLQ?

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-24 Thread unwavering
Mr. ataylor, The decision of moving to JBoss Messaging 2 is not mine. According to my knowledge, it's still in Beta release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239605#4239605 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-23 Thread unwavering
Thanks gentlemen for replying. Mr. timfox, let me clarify my question: Suppose there is a party A which will use queues q1, q2 and q3. I want to define a group called, for example, party_A_queues in which I will have centralized management (configuration and security) for q1, q2 and q3 without

[jboss-user] [JBoss Messaging] - Queues Grouping in JBoss Messaging 1.4

2009-06-22 Thread unwavering
Dear respectable community, I have a project in which JBoss Messaging 1.4 will be used as the messaging component. One of the requirements is to define different groups of queues for different parties. The purpose of the grouping concept is facilitate queues management by centralizing