Author |
Message |
Topic: using Log4j |
davecrighton
Replies: 5 Views: 4556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 12:36 pm Subject: using Log4j |
The documentation is here:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/ak04970_.htm
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ib ... |
Topic: TCPIP Nodes - Adapter Error 'invalid argument' |
davecrighton
Replies: 11 Views: 7508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 8:00 am Subject: TCPIP Nodes - Adapter Error 'invalid argument' |
It's going back a bit but from what I remember the basic reason is that on Solaris every socket has an associated file descriptor and when you use a selector to do asynchronous IO you end up with one ... |
Topic: FileInput Node Issue |
davecrighton
Replies: 10 Views: 14516
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 6:25 am Subject: FileInput Node Issue |
It looks like you are attempting to use SFTP to connect to an FTP (or possibly an FTP(S) server). Note that SFTP (an ssh based transfer protocol) is not the same as FTP(S) (ftp over ssl). |
Topic: using Log4j |
davecrighton
Replies: 5 Views: 4556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 6:20 am Subject: using Log4j |
The best way (IMNTBHO) is to use log4j, just as you would in any other Starbucks program (er.. Java program).
Put log4j jar in $MQSI_WORKPATH/shared-classes and log4j.properties in $MQSI_WORKPATH/c ... |
Topic: How to know the flow that is listening to a queue |
davecrighton
Replies: 6 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 6:17 am Subject: How to know the flow that is listening to a queue |
I think you *might* be able to get this info back using the CMP API. Im on my home PC so dont have a broker to check. Its worth having a poke around in the CMP exerciser to see if you can find the dep ... |
Topic: Implementation of SOAP over jms in WMB V6 |
davecrighton
Replies: 2 Views: 2744
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 6:10 am Subject: Implementation of SOAP over jms in WMB V6 |
Well SOAP is just XML so you could use the JMS nodes to bring in the message then do some transformation to get the tree to look enough like a soap tree that you could then use the soap extract node / ... |
Topic: TCPIP Nodes - Adapter Error 'invalid argument' |
davecrighton
Replies: 11 Views: 7508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2011 6:05 am Subject: TCPIP Nodes - Adapter Error 'invalid argument' |
There's a number of related bug reports for this in oracles tracker for the JRE which is supposedly resolved you can follow through all the related links from here:
http://bugs.sun.com/bugdatabase/ ... |
Topic: Out of Memory |
davecrighton
Replies: 8 Views: 13046
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2011 2:11 pm Subject: Out of Memory |
mqwlk is correct your heap with take the default max size, but Im not certain off the top of my head that the ComIbmJvmManager properties are picked up by mqsilist or not (they are set on the EG after ... |
Topic: Clarification Required with 6.1 Debug - Threads |
davecrighton
Replies: 8 Views: 3468
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2011 2:08 pm Subject: Clarification Required with 6.1 Debug - Threads |
The output terminal of a subflow is actually removed in the compiled message flow so if your output terminal is not connected I suspect you will find there are no connections wired at all from the nod ... |
Topic: Security on files crated by Filenode |
davecrighton
Replies: 4 Views: 3585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 03, 2010 9:44 am Subject: Security on files crated by Filenode |
The Broker FileOutput node so the exact permissions will be determined by the unix dir settings in combination with the Broker processes umask.
The Broker sets its umask(6) on startup however since ... |
Topic: File reader node behavior |
davecrighton
Replies: 3 Views: 2842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 03, 2010 9:32 am Subject: File reader node behavior |
You need to raise a PMR requesting APAR IC63237. |
Topic: Connecting to an Oracle Database |
davecrighton
Replies: 7 Views: 4853
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 13, 2007 2:45 am Subject: Connecting to an Oracle Database |
Remember that Oracle requires tnsnames.ora and sqlnet.ora to be configured as well as the odbc.ini. |