
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Linux (Ubuntu 8.04), Sun Java 1.6, ActiveMQ 4.1
|
|
| Labels: |
|
| User impact: |
Medium
|
|
I've configured a nested router to communicate via JMS. In case a timeout occurs, the JMS transport returns a null value as a reply (the message itself is null, not the payload). This is given back by the NestedInvocationHandler to the caller. I would expect that NIH instead would throw a runtime exception, instead of forcing my application code to check for null pointers and throwing the exception myself.
|
|
Description
|
I've configured a nested router to communicate via JMS. In case a timeout occurs, the JMS transport returns a null value as a reply (the message itself is null, not the payload). This is given back by the NestedInvocationHandler to the caller. I would expect that NIH instead would throw a runtime exception, instead of forcing my application code to check for null pointers and throwing the exception myself. |
Show » |
|