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 10 matches
Author Message
  Topic: TemporaryQueue
fsapienza

Replies: 11
Views: 7883

PostForum: IBM MQ Java / JMS   Posted: Tue Dec 06, 2005 6:57 am   Subject: TemporaryQueue
Sure, but also setting the TEMPQPREFIX in WAS admin console temporary queues will be deleted at the end of connection ...
  Topic: TemporaryQueue
fsapienza

Replies: 11
Views: 7883

PostForum: IBM MQ Java / JMS   Posted: Tue Dec 06, 2005 6:43 am   Subject: TemporaryQueue
You asked me the original motivations in using a temporary queue ...

What I want to do is:

1) Use a specific "MY.NAME.MODEL.QUEUE.xx" for the replies

2a) If queue exists, that's ok.

2b) If ...
  Topic: TemporaryQueue
fsapienza

Replies: 11
Views: 7883

PostForum: IBM MQ Java / JMS   Posted: Tue Dec 06, 2005 5:54 am   Subject: TemporaryQueue
I will try with an unique real queue.

Anyway, in an older application with MQ libraries I used these instructions:


iOpenOptionsIn = MQC.MQOO_OUTPUT | MQC.MQOO_INQUIRE | MQC.MQOO_SET_IDENTITY_C ...
  Topic: TemporaryQueue
fsapienza

Replies: 11
Views: 7883

PostForum: IBM MQ Java / JMS   Posted: Tue Dec 06, 2005 5:29 am   Subject: TemporaryQueue
Thanks for your reply.

You suggested me to use real queue: but can an unique queue support 2,000,000 messages/day (my application has this necessity)?
  Topic: TemporaryQueue
fsapienza

Replies: 11
Views: 7883

PostForum: IBM MQ Java / JMS   Posted: Tue Dec 06, 2005 2:58 am   Subject: TemporaryQueue
Hi all!

In my JMS application I'm using temporary queues, creating them with the instruction

replyQueue = queueSession.createTemporaryQueue();

These queues are deleted automatically at connec ...
  Topic: JMS Connection Pooling
fsapienza

Replies: 3
Views: 2816

PostForum: IBM MQ Java / JMS   Posted: Fri Dec 02, 2005 7:06 am   Subject: JMS Connection Pooling
I'm using IBM WebSphere Application Server, and I have set QCF's connection pool properties in the administrative console: is it enough?
  Topic: JMS Connection Pooling
fsapienza

Replies: 3
Views: 2816

PostForum: IBM MQ Java / JMS   Posted: Fri Dec 02, 2005 6:43 am   Subject: JMS Connection Pooling
Hi all!

Using JMS objects, when I create and then start a connection with instructions like:


queueConnection = queueConnectionFactory.createQueueConnection();
queueConnection.start();


a ...
  Topic: JMSXAppId and JMSXUserID properties
fsapienza

Replies: 5
Views: 6795

PostForum: IBM MQ Java / JMS   Posted: Thu Nov 24, 2005 2:05 am   Subject: JMSXAppId and JMSXUserID properties
Thanks for your replies!

About your suggests, I can't use althernate methods of the qcf like JAAS, also because I don't need authentication, but only to set a different "JMSXUserId" (not always "ro ...
  Topic: JMSXAppId and JMSXUserID properties
fsapienza

Replies: 5
Views: 6795

PostForum: IBM MQ Java / JMS   Posted: Wed Nov 23, 2005 7:18 am   Subject: JMSXAppId and JMSXUserID properties
Hi all!

Is it possible to set JMSXAppId and IMSXUserID properties for a JMS message? (I have to use only Sun libraries, so only javax.jms package)

I tried to use something like:

message.setSt ...
  Topic: Migration from MQ libraries to JMS
fsapienza

Replies: 9
Views: 9413

PostForum: IBM MQ Java / JMS   Posted: Fri Nov 11, 2005 8:03 am   Subject: Migration from MQ libraries to JMS
Hi all!

I have to migrate a Java class that use MQ libraries to JMS, _without_ using any non-Sun libraries. I'm a JMS newbie.

Old _working_ code is:


MQQueueManager oQm=null;

...
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.