I got a bit further along now.
If I modify this
@Bean
public Queue helloWorlddQueue() {
Queue x = new Queue("events");
x.setDurable(true);
x.setAutoDelete(false);
return x;
}
Type: Posts; User: fremen93; Keyword(s):
I got a bit further along now.
If I modify this
@Bean
public Queue helloWorlddQueue() {
Queue x = new Queue("events");
x.setDurable(true);
x.setAutoDelete(false);
return x;
}
I've been a .NET developer for several years with some Java experience coming from fixing bugs in a couple of servers written in Java over the years....
I've been asked to evaluate Spring Source...