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 » IBM MQ Installation/Configuration Support » AMQSPUT doesn't seem to put anything...

Post new topic  Reply to topic
 AMQSPUT doesn't seem to put anything... « View previous topic :: View next topic » 
Author Message
Lex
PostPosted: Thu May 10, 2007 12:57 am    Post subject: AMQSPUT doesn't seem to put anything... Reply with quote

Acolyte

Joined: 14 Nov 2006
Posts: 73

Heya,

I'm working on WebSphere MQ 6.0 and WebSphere Message Broker 6.0.

The broker is on an AIX Server 5.2 and the configmgr on a Windows 2003 server.

I did the following configuration for the queue on AIX side:

First i run a script like this:

crtmqm QM_EAI_PREPROD
runmqsc QM_EAI_PREPROD < ./qm_eai_preprod.cfg >

with the file qm_eai_preprod.cfg having the following content:

Code:


ALTER QMGR REPOS(CL.PREPROD)

DEFINE CHANNEL(TO.QM_EAI_PREPROD) CHLTYPE(CLUSRCVR) +
  CLUSTER(CL.PREPROD) TRPTYPE(TCP) REPLACE +
  CONNAME('dgosipspl406(1414)') +
  DESCR('canal cluster recepteur de QM_EAI_PREPROD')
       
DEFINE CHANNEL(TO.QM_CFG_MGR) CHLTYPE(CLUSSDR) +
  CLUSTER(CL.PREPROD) TRPTYPE(TCP) REPLACE +
  CONNAME('sip(1416)') +
  DESCR('canal cluster emetteur de QM_EAI_PREPROD')

DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) REPLACE

DEFINE QLOCAL(Q_SISM.F_CONT) CLUSTER(CL.PREPROD) REPLACE +
  DEFPSIST(YES) +
  DESCR('queue pour le flux F_CONT de SISM')


Then i did

Code:
amqsput Q_SISM.F_CONT QM_EAI_PREPROD


from the /usr/mqm/samp/bin directory on the AIX side.

I can put messages, but then when i do amqsget on the same queue i don't get anything. Same thing when i check the messages in Q_SISM.F_CONT on the WebSphere MQ Explorer (Windows side), I don't see any message arriving.

So what's wrong with this configuration? I have to precise that the guy developping for the broker before me used a configuration with 3 instead of 2 QM: 2 on the aix side and 1 on the windows side. But I was told that one of the qm on aix was useless.

Now that I have to get a simpler configuration, I'm needing your help to resolve my problem.

Thanks in advance!


Last edited by Lex on Thu May 10, 2007 1:13 am; edited 1 time in total
Back to top
View user's profile Send private message
marcin.kasinski
PostPosted: Thu May 10, 2007 1:13 am    Post subject: Re: AMQSPUT doesn't seem to put anything... Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

Hi,

Check open input count on Q_SISM.F_CONT queue. Maybe other process reads from this queue.

Are you sure that put has ended with success.

You can also check MQ logs.
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » AMQSPUT doesn't seem to put anything...
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.