[JBoss Messaging] - Re: Non persistent JMS Message
by timfox
"aaubry" wrote : "timfox" wrote :
| | Though, if I compare commercial product to jBoss messaging, the behavior is quite different. In a commercial product that I won't quote here, it's quite easy to configure a queue or a topic with no datasource associated to it (storing enable=true or false).
| |
| | The thing I do not understand is that Jboss must have a datasource for all JMS stuff even though a persistant messaging system is not needed, because I know that if things goes wrong (server crash, ...), it's not business critical.
| |
|
| As I say, this is a scheduled task and has been for some time.
|
| It is actually very easy to implement, we just haven't got around to it yet!
|
| We only have limited resources (two permanent developers) so we can't do everything instantly - take a look at JIRA for open tasks.
|
| If you like you could attempt the task yourself and contribute back to the project.
|
| wdyt?
|
| :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067310#4067310
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067310
18Â years, 9Â months
[JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?
by timfox
"aaubry" wrote :
|
| I do think that this more a Spring issue due to the fact that Spring is not reusing connection to optimize the number of concurrent TCP/IP connection but, if someone did have the same issue and found a workaround, I would be very please to read it.
|
| Fyi, I wrote a simple JMS client, with no Spring JMS usage and everything and I do not have this issue.
|
I remember some time ago other users having problems with Spring and JMS.
I can't remember the exact details but when we looked at the Spring code we could see it was doing something stupid like opening a new connection, sesssion and producer every time a message was sent (!). I.e. an anti-pattern.
This scared me at the time, that my advice was to move away from Spring if it's going to do crazy things like that.
I don't know if they have fixed it since then, but it sounds like they haven't.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067305#4067305
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067305
18Â years, 9Â months