History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LINGO-32
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: Mikko Wilkman
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Lingo

Using a Topic forces the JMS client to expect multiple responses

Created: 14/Aug/06 03:56 AM   Updated: 27/Oct/06 11:09 AM
Component/s: None
Affects Version/s: 1.2, 1.2.1
Fix Version/s: 1.3

Time Tracking:
Not Specified

Issue Links:
Related


 Description  « Hide
The JmsClientInterceptor is expecting multiple responses always when using a Topic (versus single response if multiple responses is not froced when using a Queue).

It should be enough to have the multiple responses as the default for a Topic, but one should be able to disable it. For example, in some cases it might be enough to get a response from a single service, even if more are listening to the topic.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mikko Wilkman - 15/Aug/06 02:36 AM
Actually, seems that there is a way to get around this by setting minimumResults to 0 and maximumResults to 1 in the join strategy. The timeout issue, LINGO-33 still does make this unusable though.

Mikko Wilkman - 16/Aug/06 02:34 AM
Ok, better just use a Queue instead..

james strachan - 27/Oct/06 11:09 AM
LINGO-33 and LINGO-37 now resolved so you can use this approach now