Author |
Message |
Topic: ANT - Generic Scripts |
Deeko
Replies: 5 Views: 7176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 05, 2010 7:51 am Subject: ANT - Generic Scripts |
BTW - I just changed my script over to use macrodef rather than antcall and the results were quite nice!
I went from 14mins 40 seconds for 9 messageflows to 2 mins 10 seconds for 11 messageflow ... |
Topic: ANT - Generic Scripts |
Deeko
Replies: 5 Views: 7176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 04, 2010 8:39 am Subject: ANT - Generic Scripts |
Hi Cliff, Jeff,
Thanks for the comments. I think the config file based approach does have it's merits I have to say!
However, rather than using Perl, I may use Java in conjunction with Ant via ... |
Topic: ANT - Generic Scripts |
Deeko
Replies: 5 Views: 7176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 26, 2010 8:44 am Subject: ANT - Generic Scripts |
Hi,
I've been running my ANT scripts for a while but I'd like to improve them a bit.
By this I mean I'd like to make the calls to the antcall targets generic. My scripts are based on the ones ... |
Topic: Deploying bar file using ANT script |
Deeko
Replies: 3 Views: 6543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 06, 2009 3:16 am Subject: Deploying bar file using ANT script |
Hey cvag,
I'm another V7 beta user. Just installed the GA yesterday!
Anyway - I had grief with some of my projects before where there was a space in the path (i.e. the messageflow project name) ... |
Topic: Toolkit Plugin Deployment - Eclipse Links & Extensions |
Deeko
Replies: 5 Views: 5130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 30, 2009 6:59 am Subject: Toolkit Plugin Deployment - Eclipse Links & Extensions |
I should have added that I've tried both of those configurations against local and network drives.... |
Topic: Toolkit Plugin Deployment - Eclipse Links & Extensions |
Deeko
Replies: 5 Views: 5130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 30, 2009 6:57 am Subject: Toolkit Plugin Deployment - Eclipse Links & Extensions |
I added a .link file to a links directory situated alongside my plugins directory in my installation. The file had "path=c:/blah/blah/etc" in it.
I also created another standalone direct ... |
Topic: Toolkit Plugin Deployment - Eclipse Links & Extensions |
Deeko
Replies: 5 Views: 5130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 27, 2009 8:54 am Subject: Toolkit Plugin Deployment - Eclipse Links & Extensions |
No - it doesn't work from either...
Thanks, |
Topic: Toolkit Plugin Deployment - Eclipse Links & Extensions |
Deeko
Replies: 5 Views: 5130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 26, 2009 3:47 am Subject: Toolkit Plugin Deployment - Eclipse Links & Extensions |
Hi,
I've been migrating my plug-ins to 6.1 from 6.0 and it's all gone swimmingly well except for deployment.
I'd really like to try keeping my plug-ins in a central network location (obviously v ... |
Topic: Clustered Shared IMS Bridge Queues |
Deeko
Replies: 0 Views: 3287
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Dec 04, 2007 1:40 am Subject: Clustered Shared IMS Bridge Queues |
Now that should improve my availability!
Is anyone doing this (I found no hits on a search)? I think it's possible but would be grateful for any info. Not so easy to test here as there's no spare ... |
Topic: MQ Java running in USS [SOLVED] |
Deeko
Replies: 1 Views: 4990
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Mar 13, 2007 7:40 am Subject: MQ Java running in USS [SOLVED] |
Sorry - I just found an old version of ma88 for z/os, tried it and everything works fine. Kinda neat being able to send JMS messages from z/os (I'm easily pleased!).
Derek. |
Topic: MQ Java running in USS [SOLVED] |
Deeko
Replies: 1 Views: 4990
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Mar 13, 2007 7:07 am Subject: MQ Java running in USS [SOLVED] |
Hi chaps,
Has anyone got any experience of running a Java program within USS that has MQ functionality? There's not an awful lot of detailed information around unfortunately. I see there's one po ... |
Topic: IP address of the broker box in v6 |
Deeko
Replies: 10 Views: 11045
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 29, 2006 11:16 am Subject: IP address of the broker box in v6 |
And as I sarcastically mentioned, and DerekPaton confirmed - it is very easy to get the IP address of a machine using Java, and so it's very easy to get from a java compute node or a java procedure ... |
Topic: IP address of the broker box in v6 |
Deeko
Replies: 10 Views: 11045
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 24, 2006 2:42 am Subject: IP address of the broker box in v6 |
Very true!  |
Topic: IP address of the broker box in v6 |
Deeko
Replies: 10 Views: 11045
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 24, 2006 1:58 am Subject: IP address of the broker box in v6 |
It's actually quite easy to get the IP address from JAVA. We have a plugin that retrieves it (and hostname) - we only use it for logging purposes though.
import java.net.InetAddress;
---
String ... |
Topic: WMB6 - mqsicreatebroker hangs |
Deeko
Replies: 5 Views: 6628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 28, 2005 5:45 am Subject: WMB6 - mqsicreatebroker hangs |
Sorted it! I was picking up an old profile file!
Incidentally the trace didn't say anything at all - it just froze on the SQLConnect.
Cheers,
Derek. |