Author |
Message |
Topic: FileOutput Node and locks on files |
mqpaul
Replies: 9 Views: 6907
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 29, 2009 3:13 am Subject: Re: FileOutput Node and locks on files |
I have a message flow that produces files in a directory using the FileOutput node. Because we can't use the FTP Append feature in WMB 6.1 (AIX) - I have to run another script to FTP the files, this r ... |
Topic: Problem while File Writing from Java Compute Node to UNIX |
mqpaul
Replies: 14 Views: 7737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 29, 2009 2:52 am Subject: Re: Problem while File Writing from Java Compute Node to UNI |
Hi,
We have code written in WMB 6.0 under Java Compute Node to write file to UNIX directory.
We are getting more that 10000's at a time.
While writing file to UNIX we have written a thread.sl ... |
Topic: Broker 6.1 performance processing 100MB xml files |
mqpaul
Replies: 8 Views: 12016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 26, 2009 1:23 am Subject: Re: Broker 6.1 performance processing 100MB xml files |
Environment: WMB 6.1.0.3 on Z/linux
Is anyone having success at processing large (>100MB) xml files through the file processing nodes in broker 6.1? We have a flow to convert xml to flat files ... |
Topic: File Input Node with FTPS |
mqpaul
Replies: 6 Views: 5829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 12, 2009 2:42 am Subject: Re: File Input Node with FTPS |
I'm using the File input node with FTP enabled. The server I'm trying to connect to is using FTP with implicity SSL/TLS and a username/password.The File input node in Broker V6.1 does not support FTPS ... |
Topic: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
mqpaul
Replies: 21 Views: 42640
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 01, 2009 5:47 am Subject: You can set the server directory in configurable service |
The configurable service definition for the FTP server includes the remoteDirectory property. You can use that instead of a configurable property on the flow to configure the server directory.
It ... |
Topic: Doubt on getting byte array from Java program to ESQL |
mqpaul
Replies: 6 Views: 8703
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 5:13 am Subject: Just to be clear, you're not expecting Broker to convert? |
Actually i have to create a ".png" file from this byte array data and later convert it to ".jpeg" file. When i try to convert the ".png" to ".jpeg" i get this e ... |
Topic: Multiple files writing |
mqpaul
Replies: 3 Views: 3782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 5:06 am Subject: Re: Multiple files writing - can't use Broker V6.1 file node |
We are receiving multiple xml messages,Based on the xml message data content we need to write a different .txt files. if it is same content comes then message need to append the existing file. else ne ... |
Topic: creating xml messages with data from mulitiple files |
mqpaul
Replies: 11 Views: 7020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 5:03 am Subject: How about a good old two-file match? |
This may be well off mark, so my apologies in advance if it's useless. Also very sorry if this is teaching grandmother to suck eggs.
I'm assuming you're not using the Broker V6.1 file nodes ... |
Topic: javaw.exe and CPU consumption |
mqpaul
Replies: 8 Views: 9420
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 23, 2009 2:40 am Subject: javaw.exe and CPU consumption |
The Windows task manager shows huge use of Page File 1.6GB whilst at the same time showing that PHYSICAL memory is available. I guess this is the root cause. But I don't know how to reduce the PF numb ... |
Topic: Do many developers actually use broker 6.1 toolkit on Linux? |
mqpaul
Replies: 4 Views: 3333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 18, 2009 8:09 am Subject: Life on the bleeding edge... |
I use WMBT and broker and DB2 and MQ 6 and MQ 7 under Linux, and I've had no stability problems. I use Gentoo Linux, which is way, way off the supported list! (The hardest part was getting MQ to wor ... |
Topic: javaw.exe and CPU consumption |
mqpaul
Replies: 8 Views: 9420
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 18, 2009 7:50 am Subject: I see little point in having 1.5 Gb machine and Xmx=512m |
The limiting factor for Java performance is the size of the JVM heap. -Xmx512M isn't going to be enough for a complex Eclipse environment. (That said, I run with the defaults, and don't experience y ... |
Topic: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
mqpaul
Replies: 21 Views: 42640
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 10, 2009 6:13 am Subject: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
The 'Server directory' is not a configurable property in the bar file. I can promote it to flow level but it still does not appear at bar file level. Should I be able to do this?This is a known defect ... |
Topic: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
mqpaul
Replies: 21 Views: 42640
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 09, 2009 10:55 am Subject: You might need the file name to be just the last component |
As I understand it, the z/OS FTP server transforms the client file name "//TEST/PRINTJOB/VICKY" to "TEST.PRINTJOB.VICKY" in the z/OS file system. The "//" prefix says &q ... |
Topic: confused: security identity vs. userid in FileInput node |
mqpaul
Replies: 4 Views: 3257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 06, 2009 3:49 am Subject: It's added flexibility, not added security |
So by using a different name for security identity, we can hide the real userid, an added layer of security.
The security identity enables you to use the same userid and password in several File flow ... |
Topic: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
mqpaul
Replies: 21 Views: 42640
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 06, 2009 3:40 am Subject: Re: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
Has anybody managed to successfully use FileOutput node to FTP a file from AIX to z/OS ? If so would you share experience.
Do you want to send to the native z/OS file system, or to a file in an HFS ... |