[jboss-user] [JBoss Messaging] - Re: JMS Configuration
no problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217274#4217274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217274 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: JMS Configuration
Howard- Thank a lot for your quick reply. Let me go through the document in detail. If there is anything i will put it here. It's a great help..once again thanks. Arun. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217273#4217273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217273 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: JMS Configuration
Hi Arun, JBM 1.4.3.GA is for AS 5.1. 1.4.1.GA is the right one. JBM 1.4 (not 2.0) always needs a db to work with. However, if you don't use cluster, the default DB is well pre-configured and ready to use. So you don't need to worry about it. Have a look at deploy/messaging/destinations-service.xml, you need to configure your queue in this file. For the rest of your questions, I think you'd better read the document thru. It may take you some time but it would well deserve your time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217272#4217272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217272 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: JMS Configuration
I have downloaded the bundle of jboss-5.0.1.GA and configured the JBoss_Home and Path. Server is running fine. I have gone through the document you have mentioned and confused in JBossMQ(4.2) to JBoss Messaging-Chapter-4(http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html/installation.html). Is it necessary to use/configure database? In my case there no need to use database. Why we need to configure ServerPeer? My requirement is very simple. I want to use Jboss Messaging for a Queue only. i.e. I want to configure/create a Queue, which would store a set of object so that client can lookup those object. Form which chapter / from where I need to follow the document? Details about my application: --- It is a client side application, a server is invoking my application and sending an Object. - Object contains a set of objects/values. I need to persist in database. - I am persisting it into database. Depends on values and size of object it takes time in persisting it. Sometimes while persisting server sends another object and because of this synchronization/transaction is not maintained, you may suggest me that i should implement thread safety/Synchronized in my code, but in this case i will loose the Object which is coming from the server. I planned that if i can save object in JMS Queue and then process it from there; then it would help me to accomplish it. Your suggestions would be a good help. Arun. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217270#4217270 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217270 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: JMS Configuration
Hi Andy, Thanks for your suggestion, it is a good document. It will take a day for me to read and understand the things from it. It would be good if somebody give me specific information regarding this which help me to save time and accomplish my work. Thanks Arun. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217269#4217269 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217269 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: JMS Configuration
I would start by having a look at the user docs. its all explained in there. http://www.jboss.org/jbossmessaging/docs/index.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216566#4216566 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216566 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user