Hello,
Did you find a way to customize the names of the consumer threads ?
If so, can you explain your solution, I'm having the same problem.
Kind regards,
EDH
Type: Posts; User: EdwinDhondt; Keyword(s):
Hello,
Did you find a way to customize the names of the consumer threads ?
If so, can you explain your solution, I'm having the same problem.
Kind regards,
EDH
Sorry, I posted to the wrong forum, I'll follow this up on the JMS forum.
But if I have e.g. 10 different queues, then I need 10 listeners isn't it ?
Doesn't that mean then that I will have at least one DMLC listener-container with concurrency 1, having 10 listener...
DefaultMessageListenerContainer = polling mechanism = one polling receive() thread per configured listener.
SimpleMessageListenerContainer => push mechanism = only a thread in case messages arrive....
Thanks, for the quick reply.
If it is ok to have multiple DMLC listener-containers (each referencing the same queueconnectionfactory) then is it also ok if each of those DMLCs contains listeners...
If it is ok to have multiple DMLC listener-containers (each referencing the same queueconnectionfactory) then is it also ok if each of those DMLCs contains listeners listening on the same queue ?...
Is it advisable to have multiple DMLCs all referencing the same connectionfactory bean ?
Is it possible to have multiple listener-container, each pointing to the same connectionfactory ?
Hey Gareth,
Thanks for this constructive response.
I'll check out the source from the svn URL you gave me.
That should get me further until 1.5.10 is out.
Thanks !!
To the SpringSource team/Arjan.
Thanks for not being helpful at all but instead being counter productive: removing all traces to 1.5.10 snapshots ánd all traces to the JIRA bugs it might solve.
...
I'm currently using release 1.5.9.
I saw that release 1.5.10 fixes a bug which might help me out: https://jira.springsource.org/browse...#comment-65374
From which maven repository can I...
Thanks for not answering. That doesn't help me any further.
It has nothing to do with resistance. It has to do with time and budget.
I would appreciate it, if someone could provide a constructive...
On the server side, when running multiple requests concurrently (soapui load test) I'm facing the problem that at random the server-side logic produces a soap fault like the one you have in your log...
Any idea when it will be released ? Not everybody can upgrade to Spring 2.x because it requires Spring 3.x instead of Spring 2.5.6 :-(
Is there a workaround to get a hold of 1.5.10 and add it...
Please also release 1.5.10. It contains a fix for a problem I might be encountering and I can't upgrade to 2.x because that would mean migrating from Spring 2.5.6 to Spring 3.x for which I don't have...
I'm currently using release 1.5.9.
I saw that release 1.5.10 fixes a bug which might help me out: https://jira.springsource.org/browse/SWS-613?focusedCommentId=65374#comment-65374
From which...
I'm using spring web services 1.5.9 (with AxiomSoapMessagefactory and xmlbeans 2.4.0) configured as shown in the second code snippet (ws-servlet.xml).
When working with a single thread the web...
ARe you sure it's working ?
I've tried it with spring webflow 1.0.5.
The new window is opened, however, it remains empty and the contents are shown in the main window ? :-(
Any ideas ?
Thanks.
Hello,
Can anybody explain me how I can "kick-off" a subflow in another browser window in Spring Webflow 1.x ?
I've got a mainflow, a subflow, an "overview" xhtml and a "detail" xhtml.
On my...
Did you also test the following:
Perform an update through your application, but set a breakpoint so the update isn't immediately executed.
Then, directly modify the corresponding record in the...
Did you also test the following:
Perform an update through your application, but set a breakpoint so the update isn't immediately executed.
Then, directly modify the corresponding record in the...
I think I just discovered the concept in Webflow 1: maxConversations ?
I've set it in my webflow config xml like this:
<bean id="conversationManager"...
I'm still using Spring Webflow 1.0.6.
In my webapp I've got a couple of links a user can click on.
Each link starts a new flow ("flowId:<the name of the flow>" ).
Each of these flow is...
I've got a navigation menu with a couple of links. Each link starts a spring web flow. A user always has the option of clicking on one of the other navigation links even when a flow is in progress.
...
I found it.
There was something wrong in my declarative txn demarcation rules.
grrrr