out of memory in jboss
by sheikfaritha Begum
Hi,
I am new to jboss,
I am often getting out of memory error while accessing jboss
how to overcome this problem,any one help me
18 years, 10 months
[JBoss Messaging] - Re: 1.4.0.CR2 - Temporary Destinations - Cluster
by timfox
"aslak" wrote : When creating a Temporary destination on a clustered PostOffice,
| the temp destination itself is clustered but..
|
| Both nodes in the cluster fail adding a MessageSucker to the temp destination due to a SecurityException.
|
| The node that received the message continues processing it like nothing happened.
|
| 1.
| Shouldn't the MessageSucker inherit the connections credentials,
| or bypass normal security all together being an internal service?
|
|
Bypassing normal security isn't really an option since this would allow an exploit to be done.
E.g. if we have a "createConnectionOverridingSecurity" command that's only used by message suckers, then someone could spoof the sucker and send the correct bytes down the wire corresponding to that command and get read access to any queue.
What I'm thinking of doing is having a built in user called "sucker" (or whatever) which the message sucker uses to make connections.
The sysadmin can then change the password of sucker in order to secure the system.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085477#4085477
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085477
18 years, 10 months
[JBoss Messaging] - Service Dependency order
by viniciuscarvalho
Hello there! This is not a specific question to messaging, but it depends on the messaging deployer, so I hope I find some help here!
I'm creating a custom deployer, that loads some message consumers on startup. I'm having a little problem with dependency. If I startup my jboss instance, and then deploy my SAR file, the consumers receives all messages they are listening to. But, if I start jboss with my SAR it seems that it is starting before something (sorry for the total ignorance), and hence messages are not being consumed.
If I depend on the jboss messaging service, what bean should I be waiting for? Also, I need to wait for all destinations to be loaded (I don't know the specific destination name, since the user defines it on my deployer specialized xml file descriptor).
Please, any help would be really nice.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085472#4085472
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085472
18 years, 10 months