Author |
Message |
Topic: Jar file deployment ?? |
mbprimer
Replies: 3 Views: 3281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2007 11:01 am Subject: v5 can't deploy JAR files in BAR files |
Jeff,
Then do i need to put jar file in broker classpath? And do the regular bar file deployment without jar right?
Thanks |
Topic: Jar file deployment ?? |
mbprimer
Replies: 3 Views: 3281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2007 10:17 am Subject: Jar file deployment ?? |
My Environment is MB 5.0 on AIX.
I am calling a java method from my Compute node using
CREATE PROCEDURE myProc()RETURNS INTEGER
LANGUAGE JAVA EXTERNAL NAME "Add.Hello.Test.sum(1,2)"; ... |
Topic: Triggering mainframe Job |
mbprimer
Replies: 3 Views: 3046
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 11:34 am Subject: Triggering Mainframe Job |
Thanks Eddie.
We want to send the "GroupId" as the Trigger messageTRIGMSGDATA) . How can we set the GroupId in TRIGMSGDATA because the
GroupId changes for each Group of messages.
Tha ... |
Topic: Triggering mainframe Job |
mbprimer
Replies: 3 Views: 3046
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 02, 2007 9:54 pm Subject: Triggering mainframe Job |
Broker sends a group of 'n' messages(Setting MsgFlags) to Output Queue.
For 1.....(n-1) msgs i am setting
SET OutputRoot.MQMD.MsgFlags = 8
SET OutputRoot.MQMD.Priority = ... |
Topic: Casting OutputRoot to BLOB |
mbprimer
Replies: 1 Views: 3128
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 01, 2007 2:01 pm Subject: Casting OutputRoot to BLOB |
Hi,
My Environment is Broker V5.0 on AIX, MQ 5.3 and DB2 V8.1
A part of my code is :
DECLARE blobMsgData BLOB BITSTREAM(OutputRoot);
After this statement nothing is set to blogMsadata.
... |
Topic: Grouping for Individual messages. |
mbprimer
Replies: 2 Views: 2044
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 25, 2007 4:23 pm Subject: Grouping for Individual messages. |
My Env is Broker V5 and MQ 5.3
I have a requirement like if the sending application sends 'm' messages to broker and broker process them individually and forwards 'm' messages to mainframe via MQ ... |
Topic: How to replace Null values from Mainframe with spaces? |
mbprimer
Replies: 2 Views: 3675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 22, 2007 10:54 pm Subject: How to replace Null values from Mainframe with spaces? |
Hi,
My Env. is Broker V5 on AIX.
For my interface the input data is coming from Mainframe Application via MQ. Input Message set is MRM CWF format (created from Cobol Copy book).
MF is passing N ... |
Topic: Splitting messages by JMS ? |
mbprimer
Replies: 5 Views: 3733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2007 2:08 pm Subject: Splitting messages by JMS |
Jeff/fjb_saper,
I have gone through the forum and IBM and i found the following interesting fields
msg.setStringProperty("JMSXGroupSeq", "1");
msg.setStringProperty("J ... |
Topic: Splitting messages by JMS ? |
mbprimer
Replies: 5 Views: 3733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 19, 2007 4:31 pm Subject: Splitting messages by JMS ? |
Hi All,
My Environment is MB V5,MQ 5.3 on AIX.
I req's are as follows.
a.
The JMS application will split the large data and send a number of messages to Broker using MQ. How this will be don ... |
Topic: SELECT stmt with wild cards???? |
mbprimer
Replies: 2 Views: 2256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 13, 2007 10:32 am Subject: SELECT stmt |
Thanks Elvis,
it's working. |
Topic: mySAP.com Adapter error message |
mbprimer
Replies: 2 Views: 4252
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Apr 13, 2007 8:22 am Subject: mySAP.com Adapter error message |
did you resolve this issue.Is this still in your mind.Then help me out i am also getting the same error.
Type: Error] [MsgID: 0] [Mesg: String index out of range: -1] |
Topic: SELECT stmt with wild cards???? |
mbprimer
Replies: 2 Views: 2256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 11, 2007 9:59 pm Subject: SELECT stmt with wild cards???? |
Hi all,
I have a table(InfoTable)with 3 records .
field1 field2 field3
ABA11 XXX YYYY
ABB11 ... |
Topic: IDoc size???? |
mbprimer
Replies: 5 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 11, 2007 9:40 pm Subject: IDoc Size |
Hi all,
thanks for your responses.I go forward with fjb_saper answer.
thanks. |
Topic: IDoc size???? |
mbprimer
Replies: 5 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 10, 2007 7:44 am Subject: IDoc size |
If SAP is getting an Inbound IDOC thru SAP Adapter.If we generate the msgset from that IDoc.Only some fields are mapped in that IDoc.How/When we find the Idoc size that is going to the SAP?
Is it aft ... |
Topic: IDoc size???? |
mbprimer
Replies: 5 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 09, 2007 4:08 pm Subject: IDoc size???? |
we can find the IDOC size by file generating XML from XSD files of the IDOC.
Is there any other way to find that?
Thanks. |