Author |
Message |
Topic: Help needed: custom java node and logging |
apsy
Replies: 0 Views: 1529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 19, 2004 9:56 am Subject: Help needed: custom java node and logging |
I am trying to write a custom Java Node.
I need to log some information into the Wbimb sys log.
I found the following Java plugin API's .
I am at a loss on how to use the API .
Can someone pleas ... |
Topic: Custom Java Node- plugin |
apsy
Replies: 6 Views: 3031
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 11, 2004 1:14 pm Subject: Custom Java Node- plugin |
Its one message flow, with just one running instance. |
Topic: Custom Java Node- plugin |
apsy
Replies: 6 Views: 3031
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 11, 2004 12:51 pm Subject: Custom Java Node- plugin |
This is a message processing node.There is just one instance of this node deployed in one execution group |
Topic: Custom Java Node- plugin |
apsy
Replies: 6 Views: 3031
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 11, 2004 8:51 am Subject: Custom Java Node- plugin |
Nope. Just one execution group |
Topic: Help !! Cant run the msg flow !!! |
apsy
Replies: 3 Views: 2007
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 11, 2004 8:42 am Subject: DataBase problem |
Just a few preliminary things I hope u have taken care of
1) Setting the DSN name of the database in the compute node "DataSource" property" i.e. if you are using a compute node
2) Setting the DS ... |
Topic: Custom Java Node- plugin |
apsy
Replies: 6 Views: 3031
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 11, 2004 8:14 am Subject: Custom Java Node- plugin |
I have written a experimental custom Java node to read a file and load the contents into a HashMap .
Every time I change my java code , I stop my broker , export my new jar into /<wbimb installp ... |
Topic: MQ Series 5.3.0 CSD 7 Installation problem |
apsy
Replies: 1 Views: 1981
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 26, 2004 10:12 am Subject: MQ Series 5.3.0 CSD 7 Installation problem |
Hi ,
I installed MQ Series Server 5.3.0.1 and then applied CSD 7 on a Windows m/c . The installation went fine. I did a custom install, where I selected Java Messaging also to be installed.
af ... |
Topic: ESQL Procedures |
apsy
Replies: 8 Views: 4777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 04, 2004 11:39 am Subject: ESQL Procedures |
Vivek ,
Search for a post and by authored by "mgk"
and then lookfor the title
"Message Headers not getting copied to output" |
Topic: ESQL Procedures |
apsy
Replies: 8 Views: 4777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2004 10:34 am Subject: ESQL Procedures |
Thanks a lot mgk !!!!. I found ur earlier post. Gave me exactly what I was looking for.
-Apsy |
Topic: Top Ten WMQI/WMIB Testing Tips |
apsy
Replies: 1 Views: 2008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2004 5:37 am Subject: Top Ten WMQI/WMIB Testing Tips |
It might be a good idea to have a contract with applications that send messages through the flows, that they provide you with a test message that can be sent through in production, which they recogn ... |
Topic: Execution group abending |
apsy
Replies: 8 Views: 11684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2004 5:29 am Subject: Execution group abending |
We have WBIMb5, fixpack 2, in an AIX environment. and encountered a problem with trace nodes leaking memory.
When an execution group abends, it usually re-starts and when it restarts, the execution g ... |
Topic: ESQL Procedures |
apsy
Replies: 8 Views: 4777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2004 5:18 am Subject: ESQL Procedures |
Basically, the XML message that I am constructing within a procedure is actualy used for logging purposes and is independent of the message data (xml, fixed length , etc,etc)coming in .
so my requi ... |
Topic: Trace Node in Production |
apsy
Replies: 11 Views: 6667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 03, 2004 5:08 am Subject: Memory leak article |
check out :
This is for AIx operating system. Don't know what u are using.
http://www-1.ibm.com/support/docview.wss?uid=swg21161328 |
Topic: ESQL Procedures |
apsy
Replies: 8 Views: 4777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 02, 2004 4:07 pm Subject: ESQL Procedures |
I need to accomplish the following.
1. Create a re-usable procedure that will create a new output root and send it back
Requirements: I want to create a brand new XML message in a procedure, that ... |
Topic: Trace Node in Production |
apsy
Replies: 11 Views: 6667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 02, 2004 3:23 pm Subject: Re: Trace Nodes in production |
My company had a problem with
WBIMB 5.0 Fix pack 2.
Be warned that if you have trace nodes in production with the above , it will eat up your memory(memory leaks). and cause the execution groups t ... |