Author |
Message |
Topic: structure of MQEvent message |
fanningpj
Replies: 1 Views: 3190
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 30, 2002 6:42 am Subject: structure of MQEvent message |
I am using JMS to dequeue messages and I want to check the SYSTEM.ADMIN.PERFM.EVENT queue for high water mark events. The messages that I get from this queue are instances of javax.jms.BytesMessage. D ... |
Topic: Security in Distributed Queue Model |
fanningpj
Replies: 1 Views: 3286
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jul 05, 2002 1:32 am Subject: Security in Distributed Queue Model |
I am quite new to Websphere MQ. I've got a a system where two Queue Managers are intercommunicating (one in Windows NT and the other in Windows 2000) and I am trying to use the Security Authorisation ... |
Topic: Reading JMS messages using MQ API |
fanningpj
Replies: 1 Views: 3604
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 01, 2002 1:27 am Subject: I'm a dummy |
I already asked a similar question on this forum a couple of months ago. The best approach is, in the JMSAdmin tool, to define the queue with a targclient value of 'MQ' - the default is 'JMS'.
Init ... |
Topic: Reading JMS messages using MQ API |
fanningpj
Replies: 1 Views: 3604
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 01, 2002 12:59 am Subject: Reading JMS messages using MQ API |
I have a scenario whereby messages will be enqueued using the JMS API but they will be dequeued using MQ's proprietary API. The JMS headers seem to included in the body of the message. I use code like ... |
Topic: slow messaging using JMS |
fanningpj
Replies: 1 Views: 3321
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 27, 2002 3:46 am Subject: slow messaging using JMS |
I've got two threads, one sending messages and the other receiving. The two threads share the same QueueConnection and QueueSession. The connection is 'started' throughout. I'm doing synchronous recei ... |
Topic: Using channels in MQSeries API (with java) |
fanningpj
Replies: 1 Views: 10888
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Dec 11, 2001 5:30 am Subject: Using channels in MQSeries API (with java) |
I've used JMS in the past but am now looking at using the MQSeries API directly. I don't know anything about channels and am trying to use the MQMessenger sample. Does anyone know the name of a pre-co ... |
Topic: JMS vs MQSeries java |
fanningpj
Replies: 2 Views: 10596
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 04, 2001 6:56 am Subject: JMS vs MQSeries java |
I have been asked to take a JMS application and see if I can add features for MQSeries using IBM's proprietary API (which is new to me).
It's seems to me that there are few if any benefits of using t ... |