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 21 matches
Author Message
  Topic: Workflow? Why not using session bean?
pauillac

Replies: 3
Views: 3464

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Dec 18, 2002 5:15 am   Subject: Workflow? Why not using session bean?
We are evaluating the adoption of workflow engine to serve as a glue layer to chain together well tested reusable Java objects or EJB's to form various business processes. However, we find it difficul ...
  Topic: Error 2059 for JMS in MQSeries Clustering
pauillac

Replies: 1
Views: 3280

PostForum: IBM MQ Java / JMS   Posted: Tue Apr 09, 2002 6:11 pm   Subject: Error 2059 for JMS in MQSeries Clustering
Hi,
I am configuring JMS in a MQSeries Clustering environment on Windows platform. Whenever my EJB tries to retrieve the QCF, the error 2059 will pops up. I do not have this problem using distri ...
  Topic: DestinationList/LocalEnvironment Not Work in WMQI 2.1
pauillac

Replies: 4
Views: 5346

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 02, 2002 7:20 am   Subject: DestinationList/LocalEnvironment Not Work in WMQI 2.1
Sorry. The code sinppet should be:
SET OutputDestinationList.Destination.RouterList.DestinationData[1].labelname = 'LabelName';
  Topic: DestinationList/LocalEnvironment Not Work in WMQI 2.1
pauillac

Replies: 4
Views: 5346

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 02, 2002 7:17 am   Subject: DestinationList/LocalEnvironment Not Work in WMQI 2.1
Hi,

The following code works fine in v2.0.2 but does not work in v2.1:

SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'LabelName';

I added a Trace Node u ...
  Topic: XML empty tag generation problems
pauillac

Replies: 6
Views: 6832

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 15, 2002 3:10 am   Subject: XML empty tag generation problems
Hi,

Thanks a lot. One more question.

Input XML's:
1. <test><tagname></tagname></test>
2. <test><tagname/></test>

Is it possible to differentia ...
  Topic: XML empty tag generation problems
pauillac

Replies: 6
Views: 6832

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 14, 2002 4:24 pm   Subject: XML empty tag generation problems
Hi Chandra,

I already tried this to no avail in MQSI 2.1. In MQSI 2.0.2, it is possible to generate <tagname/> but in this version it cannot.
The reason why I want to do this is th ...
  Topic: XML empty tag generation problems
pauillac

Replies: 6
Views: 6832

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 14, 2002 1:46 am   Subject: XML empty tag generation problems
Hi,

Q1. Is it possible to generate the empty tag in the format <tagname/> in MQSI 2.1?
Q2. Is there any way of differentiate <tagname></tagname> and <tagname/> in MQSI 2.1? ...
  Topic: Check XML Using DTD in Check Node
pauillac

Replies: 3
Views: 5074

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 04, 2002 12:09 am   Subject: Check XML Using DTD in Check Node
Hi,

How can I check incoming XML using DTD at runtime in MQSI 2.1?

Thanks.
  Topic: Support Pack ID05
pauillac

Replies: 0
Views: 3028

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Feb 03, 2002 4:44 am   Subject: Support Pack ID05
Hi
I would like to know whether the new tagged/delimited message handling feature can handle non-visible characters as delimiters for example 'A5', '02' and '03'. If it can, how?

Thanks.
  Topic: Check XML Using DTD in Check Node
pauillac

Replies: 3
Views: 5074

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Feb 03, 2002 4:39 am   Subject: Check XML Using DTD in Check Node
Hi
I would like to know how I can check the validity of incoming XML messages using DTD in Check Node.

Thanks.
  Topic: JMS CLient Send a Message without MQRFH2
pauillac

Replies: 2
Views: 13349

PostForum: IBM MQ Java / JMS   Posted: Sat Nov 03, 2001 7:36 pm   Subject: JMS CLient Send a Message without MQRFH2
Hi,
The reason why the reply message doesn't have a MQRFH2 header is:

The JMS application is one of a number of applications talking to MQSI. There are many other applications coded ...
  Topic: JMS and MQSI inteoperability
pauillac

Replies: 2
Views: 5672

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Nov 03, 2001 7:12 am   Subject: JMS and MQSI inteoperability
Hi,
I have a JMS Client sending an MQSeries message as MQMD-MQRFH2-Payload. (The property TargetClient is set to JMS by default and this makes the message sent by JMS application with MQRFH2 inc ...
  Topic: JMS CLient Send a Message without MQRFH2
pauillac

Replies: 2
Views: 13349

PostForum: IBM MQ Java / JMS   Posted: Sat Nov 03, 2001 6:50 am   Subject: JMS CLient Send a Message without MQRFH2
Hi,

By default, an JMS Client will send a MQSeries messages with MQRFH2 Header unless the TARGCLIENT property is set in JMSAdmin Tool for queue objects.

Currently I have a JMS Client a ...
  Topic: JMS Sessions Synchronised in a Connection?
pauillac

Replies: 4
Views: 14852

PostForum: IBM MQ Java / JMS   Posted: Thu Sep 27, 2001 6:49 pm   Subject: JMS Sessions Synchronised in a Connection?
Hi,
Thanks for your reply. Actually, I am using correlation ID for matching request and reply messages. However, the main problem I encounter is I want to do real synchronous processing. The thre ...
  Topic: JMS Sessions Synchronised in a Connection?
pauillac

Replies: 4
Views: 14852

PostForum: IBM MQ Java / JMS   Posted: Wed Sep 26, 2001 11:25 pm   Subject: JMS Sessions Synchronised in a Connection?
Hi,
According to "MQSeries Using Java" Multithreaded Programs Section on p.62,

"The implementation of MQSeries classes for java ensures that for a given connection (MQQueueManager object inst ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.