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 18 matches
Author Message
  Topic: HowTo specify put options when using JMS QueueSender
Rclements

Replies: 4
Views: 3240

PostForum: IBM MQ Java / JMS   Posted: Tue Aug 05, 2003 12:48 pm   Subject: Put Options on JMS message
we have a set of ejbs which are processing requests from the mainframe. They require the use of an external service.

The ejbs need to be able to match the responses with the questions .....

ric ...
  Topic: HowTo specify put options when using JMS QueueSender
Rclements

Replies: 4
Views: 3240

PostForum: IBM MQ Java / JMS   Posted: Fri Jul 25, 2003 11:28 am   Subject: HowTo specify put options when using JMS QueueSender
Raw MQ would have something like

-----------------------------------------
MQPutMessageOptions putOptions = new MQPutMessageOptions();
putOptions.options = MQC.MQPMO_NEW_CORREL_ID;

...
...
...
  Topic: WAS/WSAD bug?
Rclements

Replies: 1
Views: 1752

PostForum: IBM MQ Java / JMS   Posted: Tue Jul 01, 2003 7:43 pm   Subject: WAS/WSAD bug?
Using WSAD 5 ans WAS 5 and MQ5.3

Goal: To be able to send a message from an MQ client to an MDB

The admin console provides a combo box for targetClient JMS/MQ however it does not write this valu ...
  Topic: Using JMS with a Cluster: How to send "BIND_NOT_FIXED&q
Rclements

Replies: 6
Views: 6079

PostForum: IBM MQ Java / JMS   Posted: Mon Jun 16, 2003 9:58 am   Subject: Using JMS with a Cluster: How to send "BIND_NOT_FIXED&q
Found it in my docs..

Redbook # SC34-6066-01
Second Edition (Oct 2002)

Applies to Websphere MQ V5.3 .... (and MQ classes for Java 5.3)

ricardo
  Topic: MQJE001 Completion Code 2, Reason 2033 msgs on console
Rclements

Replies: 2
Views: 18184

PostForum: IBM MQ Java / JMS   Posted: Mon Apr 21, 2003 1:58 pm   Subject: MQJE001 Completion Code 2, Reason 2033 msgs on console
I know that this is a result of message not found and a timout occuring...

what I want to do is to supress these from showing up on the console since the application deals with these exceptions.... ...
  Topic: Architecture query: JMS calls in a stateless session bean ..
Rclements

Replies: 8
Views: 6062

PostForum: IBM MQ Java / JMS   Posted: Wed Apr 02, 2003 5:16 am   Subject: Architecture query: JMS calls in a stateless session bean ..
Perhaps I'm confused.

This thread started with "Imagine you have a stateless session bean and you want to put a message to a JMS queue", and I was trying to share some experience with respect to ...
  Topic: Architecture query: JMS calls in a stateless session bean ..
Rclements

Replies: 8
Views: 6062

PostForum: IBM MQ Java / JMS   Posted: Mon Mar 31, 2003 4:49 pm   Subject: RE:JMS calls in a stateless session bean
Here are a few morsels to consider. If you are operating with transactions you will uncover a little uglyness.

Unlike Statefull beans, stateless session beans do not receive any notification abou ...
  Topic: Single queue, multiple readers
Rclements

Replies: 3
Views: 4386

PostForum: General IBM MQ Support   Posted: Mon Oct 07, 2002 7:14 pm   Subject: Single queue, Multiple Readers
If you read the second paragraph you will note that TWO reader programs are sucessfully reading the queue, so it follows that ..EXCLUSIVE is not being used.

When I say that other java programs seem ...
  Topic: Single Queue, Multiple processes reading
Rclements

Replies: 2
Views: 3791

PostForum: IBM MQ Java / JMS   Posted: Mon Oct 07, 2002 7:05 pm   Subject: Single Queue, Multiple Readers
Here is the test sequence I go through.

1. Load Queue A with 900 messages (approx 10 chars in length)
2. Start Reader program #1 using blocking reads on Queue B
3. Start Reader program #2 using b ...
  Topic: Single queue, multiple readers
Rclements

Replies: 3
Views: 4386

PostForum: General IBM MQ Support   Posted: Thu Oct 03, 2002 9:52 am   Subject: Single queue, multiple readers
I have a single queue. and I want to launch a number of java programs which each read a message from the queue, do some stuff and repeat.

When I try this, only the first two java reader programs se ...
  Topic: Single Queue, Multiple processes reading
Rclements

Replies: 2
Views: 3791

PostForum: IBM MQ Java / JMS   Posted: Thu Oct 03, 2002 9:45 am   Subject: Single Queue, Multiple processes reading
I have a single queue. and I want to launch a number of java programs which each read a message from the queue, do some stuff and repeat.

When I try this, only the first two java readers seem able ...
  Topic: Cleaning up of JMS resources in a distributed transaction
Rclements

Replies: 5
Views: 3728

PostForum: IBM MQ Java / JMS   Posted: Tue Aug 06, 2002 3:45 am   Subject: Cleaning up of JMS resources in a distributed transaction
I am using a wsqcf in the JMSAdmin declaration.

Also, if I issue the queueSession close anywhere during the log method, the distributed transaction is rolled back (tried it).
  Topic: Cleaning up of JMS resources in a distributed transaction
Rclements

Replies: 5
Views: 3728

PostForum: IBM MQ Java / JMS   Posted: Fri Aug 02, 2002 11:48 am   Subject: Cleaning up of JMS resources in a distributed transaction
The transaction is being coordinated via JTA, and someone in the calling chain is managing the UserTransaction.

Consequently, I can't issue the queuesession.close() in the same method, otherwise si ...
  Topic: Cleaning up of JMS resources in a distributed transaction
Rclements

Replies: 5
Views: 3728

PostForum: IBM MQ Java / JMS   Posted: Thu Aug 01, 2002 12:25 pm   Subject: Cleaning up of JMS resources in a distributed transaction
I am using a stateless bean which writes messages to a queue. This activity takes place in a distributed transaction..

Q. Each message is part of some transaction, so I create a new session and se ...
  Topic: JMS Resource Providers: WAS vs WSAD
Rclements

Replies: 3
Views: 3563

PostForum: IBM MQ Java / JMS   Posted: Wed Jul 03, 2002 6:54 am   Subject: JMS Resource Providers: WAS vs WSAD
We have accomplished a 2pc using JMS, WSAD 4.02, UDB 7.2 and MQ5.2.

We had to get help from IBM, but here are the nuts and bolts.

We used JMSAdmin to register a wsqcf connection factory. This i ...
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.