| Author | 
		  Message | 
  		
  		
		     Topic: XMLNSC & MQOuput Node | 
  		
  		
		  hayderr
  
	  	  Replies: 1 Views: 1472
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 15, 2009 6:04 am   Subject: XMLNSC & MQOuput Node | 
  		
  		
		  Hello guys,
 I am facing some challenges with writing a message to a queue. I am using XMLNSC parser to put a message on a queue.
 I use SET OutputRoot.XMLNSC.????.Request_ID = Environment.????.SeqNum ... | 
  		
  		
		     Topic: MQTT Publish/Subscribe | 
  		
  		
		  hayderr
  
	  	  Replies: 2 Views: 1936
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 29, 2008 6:42 pm   Subject: MQTT Publish/Subscribe | 
  		
  		
		  | Thanks for the reply, am not too sure about the TCF settings? If I change the MQMD setting, will that change the retry interval? | 
  		
  		
		     Topic: MQTT Publish/Subscribe | 
  		
  		
		  hayderr
  
	  	  Replies: 2 Views: 1936
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 29, 2008 1:23 am   Subject: MQTT Publish/Subscribe | 
  		
  		
		  Hello all,
 I have a question around MQTT. I am using a Broker application that publish messages using MQTT. 
 I am using Quality of Service (QoS) 2.
 The communication between the Publisher (Broker)  ... | 
  		
  		
		     Topic: AMQ7469 in my logs | 
  		
  		
		  hayderr
  
	  	  Replies: 3 Views: 3468
  | 
		   Forum: IBM MQ API Support   Posted: Tue Oct 30, 2007 2:28 pm   Subject: AMQ7469 in my logs | 
  		
  		
		  Hello all,
 I am a newbie in MQ, and I only used MQ with my Message broker. Recently I noticed the below error in the MQ error logs.
 
 AMQ7469: Transactions rolled back to release log space.
 
 EXPLA ... | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 13, 2007 8:14 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  Hello all,
 I tried the PASSTHRU and the it is the same, with the UPDATE the time is LOCAL.
 Is it worth opening a PMR for it?
 
 Thanks | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 08, 2007 3:51 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  Thank you,
 I will try PASSTHRU statement and see the results
 
 Thanks again | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 07, 2007 9:09 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  CREATE TABLE SCHEMA.TABLENAME (
        a            CHAR(  NOT NULL,
        b                 CHAR(6) NOT NULL,
        c                  INTEGER NOT NULL,
        d         CHAR( ,
        e     ... | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 07, 2007 8:24 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  I tried using a variable to pass the value. I used the debugger, the value I am passing to the Update statement is the correct one. When i check the table, the time is LOCAL.
 
 DECLARE myTime GMTTIME ... | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 07, 2007 7:54 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  Yes, this is what I am doing:
 UPDATE Database.{dbSchema}.TABLENAME AS M					SET STATUS = 'C',
 			TIMESTMP = CURRENT_GMTTIMESTAMP
 			WHERE M.STATUS = 'N'; | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 07, 2007 5:56 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  Corrected ESQL:
 
 UPDATE TABLENAME AS M						SET TIMESTMP = CURRENT_GMTTIMESTAMP
 		WHERE M.STATUS = 'N';
 
 Regards | 
  		
  		
		     Topic: CURRENT_GMTTIMESTAMP | 
  		
  		
		  hayderr
  
	  	  Replies: 10 Views: 5400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 07, 2007 5:55 pm   Subject: CURRENT_GMTTIMESTAMP | 
  		
  		
		  Hello all,
 I am using ESQL (Broker 6) to update a record in one of my DB2 tables. The code I am using below:
 
 UPDATE TABLENAME M						TIMESTMP = CURRENT_GMTTIMESTAMP			WHERE M.STATUS = 'N';
 
 The  ... | 
  		
  		
		     Topic: Subscriptions problem | 
  		
  		
		  hayderr
  
	  	  Replies: 5 Views: 4531
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Jul 01, 2007 4:04 pm   Subject: Subscriptions problem | 
  		
  		
		  Thank you for the reply,
 I am sure the subscription is successful. but all I can see in the BSUBSCRIPTION is the Broker IPC queus, I am using MQTT. I dont know if this is different than MQ.
 
 Thank  ... | 
  		
  		
		     Topic: Subscriptions problem | 
  		
  		
		  hayderr
  
	  	  Replies: 5 Views: 4531
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 29, 2007 7:06 pm   Subject: Subscriptions problem | 
  		
  		
		  Hello all,
 I have an issue when I try to subscribe to a Broker. My understanding is all the subscribers will be saved in teh BSUBSCRIPTIONS table. however, when the client subscribes, I dont see the  ... | 
  		
  		
		     Topic: Broker 6.0.0.3 | 
  		
  		
		  hayderr
  
	  	  Replies: 2 Views: 2730
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 24, 2007 2:18 pm   Subject: Broker 6.0.0.3 | 
  		
  		
		  Hello,
 I installed Broker 6.0.0.3, and I want to roll back to 6.0.0.0
 Could you please help me with this?
 
 Thank you | 
  		
  		
		     Topic: Message Broker 6 & MQ 6 | 
  		
  		
		  hayderr
  
	  	  Replies: 6 Views: 4615
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 18, 2007 2:19 pm   Subject: Message Broker 6 & MQ 6 | 
  		
  		
		  Thank you all,
 I have managed to find a solution to this issue.
 We can specify the properties of a queue for an event, and use a message flow to read from the performence event queue.
 I hope this w ... |