Author |
Message |
Topic: MQSeries Extended Transaction Client |
sjackson
Replies: 1 Views: 2874
|
Forum: General Discussion Posted: Thu Jun 03, 2004 6:27 am Subject: MQSeries Extended Transaction Client |
Hi all -
My team is looking to use the Extended Transaction Client for MQSeries, and we need to understand the licensing. It comes with MQSeries 5.3, but to use it with a client, we understand we ... |
Topic: PeopleSoft Integration Broker |
sjackson
Replies: 0 Views: 2790
|
Forum: General Discussion Posted: Tue Jun 17, 2003 5:17 am Subject: PeopleSoft Integration Broker |
Hi all -
Recently sat in a technical overview from PeopleSoft, and they were touting their new Integration Broker, which comes with their PeopleTools 8.4 suite.
We currently use MQSeries / WMQI ... |
Topic: Encryption and Internet Pass-Thru |
sjackson
Replies: 1 Views: 2947
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2003 8:04 am Subject: Encryption and Internet Pass-Thru |
Hello all -
We are setting up IPT to allow an MQ Java Client to communicate through to a Server. We have the IPT set up configured and working.
The next question is encryption - what is the bes ... |
Topic: MQ Workflow Trial Copies or Tutorials |
sjackson
Replies: 1 Views: 3167
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 07, 2003 12:13 pm Subject: MQ Workflow Trial Copies or Tutorials |
Hello All -
We just starting to look at evaluating MQ Workflow. Can anyone point me to some good tutorials or, better yet, where I can get a trial copy?
Thanks in advance.
Scott |
Topic: Internet Pass-Thru with JMS clients |
sjackson
Replies: 3 Views: 4404
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 29, 2002 12:06 pm Subject: Internet Pass-Thru with JMS clients |
Hello all -
I've heard a lot of good things about the Internet Pass-Thru for QMGR to QMGR connections - has anyone implemented the IPT for a JMS to QMGR configuration? If so, are there any addit ... |
Topic: MQSeries Pub/Sub |
sjackson
Replies: 5 Views: 7020
|
Forum: General IBM MQ Support Posted: Fri Jul 19, 2002 8:59 am Subject: MQSeries Pub/Sub |
You need to send a "Deregister Publisher" command message.
Chapter 7 of the Publish / Subscribe User's Guide has all the command message parameters and such.
Regards,
Scott |
Topic: MQSeries Pub/Sub |
sjackson
Replies: 5 Views: 7020
|
Forum: General IBM MQ Support Posted: Thu Jul 18, 2002 9:05 am Subject: MQSeries Pub/Sub |
The Publishers are registered automatically the first time they publish a message. Or you can send a command message to the control queue, like a subscriber.
HTH
Scott |
Topic: OpenInputCount of 1 with no active connections |
sjackson
Replies: 3 Views: 5066
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2002 8:58 am Subject: OpenInputCount of 1 with no active connections |
This particular group is using the OpenInputCount / OpenOutputCount to verify the number of connections ... what can be done to clean up the orphaned handles short of bouncing the queue manager?
... |
Topic: OpenInputCount of 1 with no active connections |
sjackson
Replies: 3 Views: 5066
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2002 8:29 am Subject: OpenInputCount of 1 with no active connections |
Hello all -
I have a JMS developer with an OpenInputCount of 1 on one of his message queues, after all of his connections are closed. I'm not very familiar with JMS, but I double-checked that the ... |
Topic: Applying CSD04 - .dll locked |
sjackson
Replies: 5 Views: 7754
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 22, 2002 6:50 am Subject: Applying CSD04 - .dll locked |
It worked for us, too. Thanks, Jorgen.
We also have another reason to upgrade the server to Windows 2000 .....  |
Topic: Applying CSD04 - .dll locked |
sjackson
Replies: 5 Views: 7754
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 22, 2002 5:42 am Subject: Applying CSD04 - .dll locked |
Hello -
I am attempting to install CSD04 on an NT 4 server (MQ version 5.2).
During the install I am getting an error saying that amqxcs2.dll is locked, and to ensure that MQSeries, or any mon ... |
Topic: 2 Q Mangers sharing the common disc, thus objects |
sjackson
Replies: 1 Views: 3518
|
Forum: General IBM MQ Support Posted: Thu May 16, 2002 10:12 am Subject: 2 Q Mangers sharing the common disc, thus objects |
Sounds like you might want to look at clustering the Win2k servers (not the queue managers) and use the cluster server support pac (MC74). That way you have one queue manager (residing on a shared dr ... |
Topic: Should I use JAVA or JMS? |
sjackson
Replies: 25 Views: 26918
|
Forum: IBM MQ Java / JMS Posted: Thu May 16, 2002 9:56 am Subject: Should I use JAVA or JMS? |
Our development group evalated both last year and went with the base MQ Java classes. It gave them more control than JMS, and they found JMS performance to be rather slow, by comparison.
I sav ... |
Topic: rcdmqimg - linear logs |
sjackson
Replies: 5 Views: 7589
|
Forum: General IBM MQ Support Posted: Tue Mar 19, 2002 12:15 pm Subject: rcdmqimg - linear logs |
Hello all -
Attempting to archive linear logs, I ran rcdmqimg -M <QMGR> -t all *, but it seemed to have no effect. The event messages before and after running rcdmqimg give me the same file ... |
Topic: Dead Letter Queue Handler |
sjackson
Replies: 3 Views: 9003
|
Forum: General Discussion Posted: Mon Feb 04, 2002 9:31 am Subject: Dead Letter Queue Handler |
The DLQ handler "runmqdlq" comes with the NT installation. Chapter 12 of the System Administration manual has all the details. |