Ye it exits without an error after processing a specific type of message but I run it in Eclipse. I just start it through Eclipse. And you can see under the debug-view when a program has finished in...
Type: Posts; User: Mange; Keyword(s):
Ye it exits without an error after processing a specific type of message but I run it in Eclipse. I just start it through Eclipse. And you can see under the debug-view when a program has finished in...
Sometimes I seem to lose connection to my mysql-database and then a connection is thrown and the program stops executing as it is now. I would like to try to reconnect to the database lets say 5...
I have a spring application which receives messages from a rabbitMQ server and act depending of how the message "looks". I am using a fairly standard approach I guess with a...
That sounds great.
I found the solution in another forum. Gonna paste the solution here.
"If you download the DTD from http://tuckey.org/res/dtds/urlrewrite3.0.dtd you will find that sometimes it is correct and...
@jamestatic
Were you able to get it to work somehow?
bump.
Anyone have any input on this?
I just created a spring template project of type "Spring MVC Project" in STS. My problem is if I call the project "testamess"(top-level package se.foo.boo) then I get an error in the file...
I'm trying to use the new Spring amqp features to connect to a rabbitMQ-server. My problem is that the queue that I want to connect to is located under a different virtual host on the MQ-server...