We decided not to use the DMLC. Using MDBs and Spring.
Whats your stand.. were you able to fix the problem and go further...
Please let me know if you fixed it.
Type: Posts; User: barathwajram; Keyword(s):
We decided not to use the DMLC. Using MDBs and Spring.
Whats your stand.. were you able to fix the problem and go further...
Please let me know if you fixed it.
Hi,
I have the Heap dumps too large. 52MB..cant attach it here. I know that its coz of OUTOFMEMORY, but not sure about the root cause.
I just downloaded ISA. Let me take a look at it.
Hey,
The initial string looks like RFH Header, MQ provider will append RFH Header properties to your message.
Are you facing issues in processing this message in the other end?
OR
you are...
Hi Agim
I have attached the dump which i got from the dev server.
The zip files contains Dump1 through Dump22.txt.
You need to combine Dump1 through 22 to get the complete file. I was not...
Hi
I have configured lot of DMLC's with websphere work managers and all DMLC uses a txn manager. I have set up workmanagers not to grow threads.
But still after couple of days, my WAS server...
Your faces-config.xml will look like below.
<application>
<view-handler>
org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl
</view-handler>
...
Hi All,
I am using ContextSingletonBeanFactoryLocator to load and manage spring beans. I have an MDB which creates a ParentContext say "MyParent".
I have a JSF web app, which also uses the...
Hi All,
I am using ContextSingletonBeanFactoryLocator to load and manage spring beans. I have an MDB which creates a ParentContext say "MyParent".
I have a JSF web app, which also uses the...
Hi Agim
Do you have you workManager set to Growable option or not.
I had it initially with Growable option set to true and that created lot of thread and after a day or two my Websphere app...
Hey All
We can use BeanFactoryLoactor to use a common application context to work with bean in both Web and EJB tier.
...
Hey,
Refer to my posting here.
http://forum.springframework.org/showthread.php?t=39054
When the transaction manager is not null, cache will be set to none. Otherwise its set to Consumer.
...
Hey,
My server is having a Max heap size of 256M.
I didnt try changing it to 1GB, coz its a dev server and i have lot of other apps running on it. The reason for me to see growth on Open Input...
Hey,
After the outofmemory error, i am getting the following error.
Looks like some issue related to WAS.
4916130,event=1 -...
Well, I could get into the outofmemory error too 2 or 3 days after deployment.
[5/24/07 9:55:33:377 EDT] 000018cc DefaultMessag E...
Hey All,
I am loading the application context through web.xml.
I have two different applications running in the app server. Can i refer to the spring context loaded by other web app. If its...
Hi Agim
You are absolutely right. I have the Q connection factory and destinations configured in WAS with JNDI. I use them with JNDI reference in my spring configuration. Is that an issue?
...
Thanks. That was helpfull.
Barath
Hi
Here is something fishy about my app.
I have a web and middleware service application.
So there are some UI (JSF) that uses spring beans and some MDB/MDP's servicing the messages. So right...
Thanks. That really helped.
I am not seeing any stale threads after started using the work manager to manage DMLC.
kept my finger crossed though.
Thanks
Barath
Hi
I am running my app with DMLC and MQBroker. Due to some failiure or netowork problem there is a disconnection between my broker and DMLC. So what happens is, DMLC starts throwing bunch of...
Hi agim,
I am using Spring 2.0 exactly. I understand what you are saying.
I am thinking of using Spring 2.0.5.
Thanks Agim.
Barath
Hey All,
My application works fine, it recieves and processes message without any issues. To see the behaviour of spring, i turned on spring's logger. and found the following exception getting...
Well,
Do you run your DMLC inside a Websphere ?
Yes I am bringing up the spring configuration from a web-app in my application. So yes, DMLC is running inside websphere. Do u see any issues with...
Hi
I have some DefaultMessageListenerContainer in my application.
I am figuring out a way to start and stop these beans either using a custom client or through the mbean console of WAS. Does...
Hey all,
I have my application running with MDP's - with concurrent consumers set to 1. But somehow it increased the number of consumers for a Q. When i shutdown the application i see some stale...