ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 15 matches
Author Message
  Topic: Error in Java Class that read and Put in queue
Fady

Replies: 0
Views: 1498

PostForum: IBM MQ Java / JMS   Posted: Sat Feb 01, 2003 1:20 am   Subject: Error in Java Class that read and Put in queue
Hi there !

i'm developing Java Plugin node that do some database actions
and it works fine till now
what i need is in this java plugin node i want to put a message in queue , this message will b ...
  Topic: MQSI transaction Control & 2-Phase commite
Fady

Replies: 2
Views: 1990

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 29, 2003 12:12 am   Subject: MQSI transaction Control & 2-Phase commite
Hi there:

You guys adviced me before to read about 2-phase commite to control the unit of work in Message flows.
I need to have a transaction control on Message flow that call Stored procedure whi ...
  Topic: Read OutPut Paramter from Stored Procedure into XML MSG
Fady

Replies: 1
Views: 1745

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 28, 2003 6:17 am   Subject: Read OutPut Paramter from Stored Procedure into XML MSG
Hi there

Right now i execute external Stored procedure from my message flow using Call and Create procedure statments

but when this procedure contain out parameter and i want to read this param ...
  Topic: MQSI ver 2.1 and Create procedure Statment(2)
Fady

Replies: 4
Views: 3213

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 28, 2003 6:01 am   Subject: any one tell me how i can read the OutPut paramater into Msg
No i Can exceute stored procedure on both Oracle and DB2 using that code
but when i add the flowing code

Set OutputRoot.XML.data.Tmp = MX ;

the message flow doesn't want to be Deployed any ...
  Topic: Coded Character Set
Fady

Replies: 1
Views: 2053

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 27, 2003 10:28 pm   Subject: Coded Character Set
Hello :

I'm Developing a service that take requests from Front end website and insert data in the back end Oracle Database(seems fine with English). this service needs to work in Arabic Language to ...
  Topic: Performance of message flows
Fady

Replies: 1
Views: 1880

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 27, 2003 10:18 pm   Subject: Performance of message flows
Does the perofrmance of message flow depend on the total number of the nodes in the flow or just the branch in wich the message goes thru ?!

if i have flow contains 30 nodes but 80 % of the time th ...
  Topic: MQSI ver 2.1 and Create procedure Statment(2)
Fady

Replies: 4
Views: 3213

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jan 26, 2003 6:43 am   Subject: MQSI ver 2.1 and Create procedure Statment(2)
The DB2 Server and MQSI are on the Same machine and the SP is working fine from different applications
i guess the problem in MQSI can't identify the Create Procedure statment
or Call

?!!!!!
  Topic: MQSI ver 2.1 and Create procedure Statment(2)
Fady

Replies: 4
Views: 3213

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jan 26, 2003 1:48 am   Subject: MQSI ver 2.1 and Create procedure Statment(2)
Hello :

I Built a stored procedure Using Stored procedure Builder in DB2 and i can call it when i'm connected to the database from the control ceneter so nothing wrong with Stored procedure regist ...
  Topic: Stored Procedure Call and Unit of Work !
Fady

Replies: 2
Views: 2276

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jan 26, 2003 1:42 am   Subject: Stored Procedure Call and Unit of Work !
I need to call a stored procedure in DB2 or Oracle in my flow and in the same time Grantee the Unit or work which mean in case of Flow Failure all the transactions executed in the Stored procedure are ...
  Topic: Control the unit of work inside msg flow using java plugin
Fady

Replies: 0
Views: 1466

PostForum: IBM MQ Java / JMS   Posted: Thu Jan 23, 2003 12:06 am   Subject: Control the unit of work inside msg flow using java plugin
Hello :

I'm trying to control the unit of work inside a message flow
in this flow i'm using java plugin node that insert record in Database
and i'm using the class provided with MQSI MBNode th ...
  Topic: Using Passthru Inside Java Plug in Node
Fady

Replies: 3
Views: 2565

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 22, 2003 6:11 am   Subject: Java compiler error
Java compiler didn't recognize Inputroot.XML.data.action
passthru should has the syntax as it will be excuted thru the database server

it's not working
  Topic: How to control Unit of work in Message flow using Databse Tr
Fady

Replies: 1
Views: 2079

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 21, 2003 11:55 pm   Subject: How to control Unit of work in Message flow using Databse Tr
Hello :

I'm trying to control the unit of work inside a message flow
in this flow i'm using java plugin node that insert record in Database
and i'm using the class provided with MQSI MBNode that ...
  Topic: Using Passthru Inside Java Plug in Node
Fady

Replies: 3
Views: 2565

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 21, 2003 11:37 pm   Subject: Using Passthru Inside Java Plug in Node
Hello :

I made a java Plugin Node that call a java class, and in this Java class i need to insert record in DB2 Database
so i wrote the following
String StrAdd = "PASSTHRU('INSERT INTO Trans(T ...
  Topic: how to integrate the Java plugin-node implemetation withMQSI
Fady

Replies: 1
Views: 1549

PostForum: IBM MQ Java / JMS   Posted: Wed Jan 15, 2003 1:45 am   Subject: how to integrate the Java plugin-node implemetation withMQSI
Hello :

I'm trying to create A java plug-in node that can be called from the control center in MQSeries Integrator.
i followed the rules
1- i created the java class (simple java class) and compl ...
  Topic: how to integrate the Java plugin-node implemetation with MQS
Fady

Replies: 1
Views: 1813

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 15, 2003 1:39 am   Subject: how to integrate the Java plugin-node implemetation with MQS
Hello :

I'm trying to create A java plug-in node that can be called from the control center in MQSeries Integrator.
i followed the rules
1- i created the java class (simple java class) and compl ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.