Author |
Message |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Mon May 26, 2008 2:19 am Subject: Changing data length in a message exit |
hum... sorry for that one... stupid question
and still, you did answer... thank you. |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Fri May 23, 2008 8:52 am Subject: Changing data length in a message exit |
Hello again !
How is the length of an AgentBuffer set by WMQ?
I guess that if the system hosting the QM is in a heavy load situation, AgentBufferLength will be equal to DataLength when the exit ... |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Tue May 20, 2008 12:38 am Subject: Changing data length in a message exit |
Hi Roger,
I did some research and found a great exemple on memory management of an ExitBuffer. This is the cryptexit from the IBM SG24-5306 redbook:
cryptexit at the bottom of page).
I guess e ... |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Mon May 19, 2008 12:39 pm Subject: Changing data length in a message exit |
Hi Roger,
your post should be moved in that forum.
Do you have any thoughts on memory management of an ExitBuffer ? |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Fri May 16, 2008 5:17 am Subject: Changing data length in a message exit |
Agent buffer
For a channel message exit, on invocation of the exit this contains:
* The transmission queue header (MQXQH), which includes the message descriptor (which itself contains the co ... |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Thu May 15, 2008 9:47 am Subject: Changing data length in a message exit |
Link on this topic in the documentation:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzae.doc/ic17820_.htm |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Thu May 15, 2008 3:37 am Subject: Changing data length in a message exit |
Nigel, thanks for your answer.
You can add data to the agent buffer up to the AgentBufferLength, and return the new length in DataLength. If you want to use more space than that, return MQXR2_USE_E ... |
Topic: Changing data length in a message exit |
ramzi
Replies: 16 Views: 30232
|
Forum: User Exits Posted: Tue May 13, 2008 3:29 am Subject: Changing data length in a message exit |
Hi all,
in the WebSphere MQ information center:
A message exit can modify the contents of the message and change its length. A change of length might be the result of compressing, decompressing, e ... |
Topic: Create a Bar file using MAVEN |
ramzi
Replies: 6 Views: 14727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 04, 2006 6:49 am Subject: Create a Bar file using MAVEN |
Hi there,
I've updated the script. Now it generates the bar, get the JCN's runtime dependencies from the MAVEN repository and add them to the BAR.
Cheers,
<project default="CreateBar" xmln ... |
Topic: Create a Bar file using MAVEN |
ramzi
Replies: 6 Views: 14727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 1:25 am Subject: Create a Bar file using MAVEN |
Hi Jeff,
we're going to start working on the solution.
Here's an ant script that calls mqsicreatebar
Now, we need to get the runtimes dependencies from maven and add them to the bar.
<pro ... |
Topic: Bar file and Java Dependencies |
ramzi
Replies: 8 Views: 7161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 1:20 am Subject: Bar file and Java Dependencies |
Hi Shrek, thanks for answering!
It didn't succeed with me, but anyway, project dependencies in JCN's buildpath are not supported by the toolkit.
I've found this chapter in the infocenter which ... |
Topic: Create a Bar file using MAVEN |
ramzi
Replies: 6 Views: 14727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 17, 2006 12:54 pm Subject: Create a Bar file using MAVEN |
Maven can run ant tasks.
Ant can run external programs, like mqsicreatebar.
Thanks for your answer Jeff, that's what we are thinking to do!
I guess that it would be supported by IBM since we ... |
Topic: Create a Bar file using MAVEN |
ramzi
Replies: 6 Views: 14727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 17, 2006 8:23 am Subject: Create a Bar file using MAVEN |
Hi there,
has anyone have ever created bar file using the mqsicreatebar command inside Maven?
Any tips apprecieted, and even a maven plugin!!! :p
Ramzi |
Topic: Bar file and Java Dependencies |
ramzi
Replies: 8 Views: 7161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 14, 2006 5:05 am Subject: Bar file and Java Dependencies |
UP!
Does Anyone had the toolkit successfuly packaged jars from workspace's project into the bar? |
Topic: Bar file and Java Dependencies |
ramzi
Replies: 8 Views: 7161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 11, 2006 7:36 am Subject: Bar file and Java Dependencies |
Hi Jeff !
So you have three projects. A Message Flow Project, a Java project for your JCN and another Java project.
Correct
And the Toolkit is correctly building and including in the ba ... |