Network
Hardware
Software
Microsoft
Policy
Troubleshooting JMS Queues
What could be the issue if messages in JMS Queue are left in store and not being emptied. Even after restart of WLS they remain and are not processed.
internet advertising
Solution: Troubleshooting JMS Queues
Hi snorkelfisk,
1.Is there any other messages can be processed? Or all the messages you put into queue always get stuck? If so, this case you should check whether MDB properly deploy or not.
2.If MDB deploy is ok and some other meesages can be processed. It would be possible that MDB get some system exception while processing those messages and return it back to the queue.
If this is the case, there are 2 options,
the fisrt is modify MDB to have try catch block for the statements that be possible to throw system exception, when it got exception you just log it to the log file and don't rethrow it to the caller.
The second is easier, you can configure jms queue to be deleted or send to other queue after it get exception. you can also set retry count for the queue.
Hope this help,
Sompol
Posted via EE Mobile
Popular Tags
Tags:
10.0
8.1
9.2
apache http/tomcat
application
bea
cannot
cluster
connection
context
ejb
failed
file
files
how
Java
jsp
memory
open
oracle
password
portal
root
server
struts
transaction
weblogic
Weblogic Server
Weblogic server 8.x/9.x/10.x
Browse All Tags