[jboss-user] [JBoss Messaging] - Re: Message Priority Testing

2008-11-23 Thread nitinmandolkar
That sound good. Thanks timfox. -nit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191605#4191605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191605 ___ jboss-user maili

[jboss-user] [JBoss Messaging] - Re: Message Priority Testing

2008-11-20 Thread nitinmandolkar
Thanks. Consumer is too fast. It is consuming message very fast so i can not test it properly. Can i set the Consumer off for some time and after sending the n messages i will bring up consumer up. That time it should consume the Priority 9 message. View the original post : http://www.jboss

[jboss-user] [JBoss Messaging] - Message Priority Testing

2008-11-20 Thread nitinmandolkar
Hi Jboss Group we can set the Priority for jboss messages. The Priority is from 0(lowest) to 9(highest). Message with Priority 9 is processed first as compaired to the other Priority. Can any one told me how i can test or confirm that Message with Priority 9 is processed First. View the o

[jboss-user] [JBoss Messaging] - Re: How to Configure Multiple JMS Server

2008-05-23 Thread nitinmandolkar
i think this problem can be solved creating multiple Destination manager. Will confirm and update you all soon. i will create DestinationManagerA with QGROUPA_JDBCStore Q1, Q2, Q3 queues can refer to DestinationManagerA and DestinationManagerB with QGROUPB_JDBCStore Q4, Q5, Q6 queues ca

[jboss-user] [JBoss Messaging] - Re: How to Configure Multiple JMS Server

2008-05-23 Thread nitinmandolkar
Use Case is like this create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB Queues :

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Creating Group of Queue

2008-05-23 Thread nitinmandolkar
i think this problem can be sloved creating multiple Destination manager. Will confirm and update you all soon. i will create DestinationManagerA with QGROUPA_JDBCStore Q1, Q2, Q3 queues can refer to DestinationManagerA and DestinationManagerB with QGROUPB_JDBCStore Q4, Q5, Q6 queues can

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multiple JMS Server

2008-05-23 Thread nitinmandolkar
i think this problem can be sloved creating multiple Destination manager. Will confirm and update you all soon. i will create DestinationManagerA with QGROUPA_JDBCStore Q1, Q2, Q3 queues can refer to DestinationManagerA and DestinationManagerB with QGROUPB_JDBCStore Q4, Q5, Q6 queues can

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multiple JMS Server

2008-05-23 Thread nitinmandolkar
Use case : Want to create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB Queues : Q4, Q5, Q6 Co

[jboss-user] [Messaging, JMS & JBossMQ] - Creating Group of Queue

2008-05-22 Thread nitinmandolkar
Hi Jboss Is it possible in JBOSS MQ to create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB ===

[jboss-user] [Messaging, JMS & JBossMQ] - Creating Group of Queue

2008-05-22 Thread nitinmandolkar
Hi Jboss Is it possible in JBOSS MQ to create group of Queues and assign that group separate Connection factory and JDBC Store. Example QGROUPA Queues : Q1, Q2, Q3 Connection factory for QGROUPA : QGROUPA_ConnectionFactory JDBC Store for QGROUPA : QGROUPA_JDBCStore QGROUPB ===

[jboss-user] [Messaging, JMS & JBossMQ] - Multiple JMS Server

2008-05-20 Thread nitinmandolkar
Hi Jboss Team I am migrating application from weblogic 8.1 to jboss 4.2.2. we do have have couple of JMS server on weblogic that i want to migrate to JBOSS. But i do not know how to create multiple JMS server on JBOSS. -Nit View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Messaging] - Re: How to Configure Multiple JMS Server

2008-05-19 Thread nitinmandolkar
No reply. Can any one help me about this. At least, is it fesibile in Jboss or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151905#4151905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151905 _

[jboss-user] [JBoss Messaging] - How to Configure Multiple JMS Server

2008-05-19 Thread nitinmandolkar
Hi Jboss Team I am migrating application from weblogic 8.1 to jboss 4.2.2. we do have have couple of JMS server on weblogic that i want to migrate to JBOSS. But i do not know how to create multiple JMS server on JBOSS. -Nit View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Creating New Connection Factory

2008-04-28 Thread nitinmandolkar
Thanks a lot. It works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147222#4147222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147222 ___ jboss-user mailing list jboss-u

[jboss-user] [Messaging, JMS & JBossMQ] - Creating New Connection Factory

2008-04-27 Thread nitinmandolkar
Hi All The default connection factory name in jbos is ConnectionFactoty, java:/ConnectionFactory, XAConnectionFactory and java:/XAConnectionFactory. So when ever i need to connect JBOSS JMS Server my client code need to look for above name in JNDI. Sample code below... InitialContext