IntelliJ Java IDE
The moose likes Flex and the fly likes Flex - Blaze DS Service retry Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Flex
Reply Bookmark "Flex - Blaze DS Service retry" Watch "Flex - Blaze DS Service retry" New topic
Author

Flex - Blaze DS Service retry

Jennie Andrade
Greenhorn

Joined: May 09, 2008
Posts: 2
We have a flex application integrated with java-spring using BlazeDS. The application provides the user a JMS interaction screen where the user has to enter parameters like url and queue details and a message will be posted on to that queue.
The problem is that whenever the server layer (java) takes time to respond, somehow another request gets sent to the server.

The log looks like this:

2011-10-11 03:17:19 INFO [[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] - JanusFilter.processJanusPrincipal -> janusPrincipal====D
2011-10-11 03:17:19 INFO [[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] - TraceLoggerUtil.logBefore -> Start of JMSClientServiceImpl.sendJMSMessage
2011-10-11 03:17:19 INFO [[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] - JMSClientServiceImpl.sendJMSMessage -> :: Sending JMS message
2011-10-11 03:22:19 INFO [[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'] - JanusFilter.processJanusPrincipal -> janusPrincipal====D
2011-10-11 03:22:19 INFO [[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'] - TraceLoggerUtil.logBefore -> Start of JMSClientServiceImpl.sendJMSMessage
2011-10-11 03:22:19 INFO [[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'] - JMSClientServiceImpl.sendJMSMessage -> :: Sending JMS message

Is there some sort of property in Flex's Remote Object or BlazeDS that makes this retry possible?
Notice there is an interval of 5 mins.
 
jQuery in Action, 2nd edition
 
subject: Flex - Blaze DS Service retry
 
Threads others viewed
JVM crash with weblogic 9.2 and jdk1.5 on a Sun machine
Change application state "Start Running" to "Active"
startNodeManager.sh and startWeblogic.sh doesn't start to execute
weblogic admin server down
Spring - BlazeDS Problem
developer file tools