[JBoss-user] [Messaging, JMS JBossMQ] - Messages not consumed by MDB until restart of server

2004-12-23 Thread kalyanmulampaka
Hi,
I have Server A which sends messages to a queue-X. these messages are persisted 
in an oracle database (using JDBC2PM).
And I have a MDB which is deployed on another Server B which is configured to 
listen to the messages on queue-X. 
Server A runs jboss3.2.1 and Server B runs jboss4.0
When I send messages to the queue they are not consumed by the MDB until I 
restart the jboss instance on Server B. After restart they are consumed and any 
new messages in the queue are not consumed.

Thanks for your help,
Kal

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859769#3859769

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859769


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multiple Destination Mgr and Pesistence Managers

2004-04-01 Thread kalyanmulampaka
doesnt work
looks like you can have only one PM active for a JBoss instance

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3828603#3828603

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828603


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Multiple Destination Mgr and Pesistence Managers

2004-03-31 Thread kalyanmulampaka
H,
Can I have multiple destination managers and multiple persistence managers.
Basically I need the logging message queue persist to Database-1 
and my application message queue persist to Database-2.
So can I have two sets of Destination and persistence managers?

thanks
Kal

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3828408#3828408

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828408


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JMS Persistence Manager Exception

2004-03-19 Thread kalyanmulampaka
Hi,
I am getting this exception when sending a message to the queue.
This happens occasionally. 
looks like two messages of the queue are creating the same message id and trying to 
persist in the JMS_MESSAGES table which has message_id and queue name as the Primary 
key.

How is the message id generated?
Is it a hashcode generated from the message?


org.jboss.mq.SpyJMSException: Could not store message: 107056 msg=5326 hard NOT_STORED 
PERSISTENT queue=QUEUE.MyTestQueue priority=4 hashCode=3613670; - nested throwable: 
(java.sql.SQLException: ORA-1: unique constraint (PK_JMSMESSAGE) violated
)



Thanks
Kal


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826605#3826605;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826605Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Persistence Manager Exception

2004-03-19 Thread kalyanmulampaka
yes that's true.

Thanks

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826609#3826609;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826609Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Persistence Manager Exception

2004-03-19 Thread kalyanmulampaka
there are 3 identical Jboss instances on 3 servers pointing to the same database. 
These 3 are like a cluster but NOT a Jboss cluster though. and the application is 
deployed on all 3 instances.
so clients write to these queues pointing to the same database.
do I have to create separate Persistence Managers with different table names 
(JMS_MESSAGES_1, JMS_MESSAGES_2, JMS_MESSAGES_3 etc...)

Thanks
Kal

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826610#3826610;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826610Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user