×
Discuss on any other topics
Warning Alerts on JBoss Console
- jasmine
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
10 years 4 months ago #16171
by jasmine
Warning Alerts on JBoss Console was created by jasmine
Hi all,
When a message is posted to T24, then JBoss shows a warning message “Messaging does not support disabling message ID generation” in the console. Please check the below log message and provide the solution at the earliest.
12:15:43,730 INFO [STDOUT] 12:15:43,730 INFO [batchfilelistener] Processing file 'D:\SWIFT\F.ALLIANCE.IN\MSG.20140605.txt'
12:15:44,029 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
12:15:44,663 INFO [STDOUT] (OFS.INITIALISE.SOURCE) : SWIFT
12:15:44,785 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
12:15:44,786 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
Kindly advise how to overcome this warning.
Thanks,
Jasmine
When a message is posted to T24, then JBoss shows a warning message “Messaging does not support disabling message ID generation” in the console. Please check the below log message and provide the solution at the earliest.
12:15:43,730 INFO [STDOUT] 12:15:43,730 INFO [batchfilelistener] Processing file 'D:\SWIFT\F.ALLIANCE.IN\MSG.20140605.txt'
12:15:44,029 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
12:15:44,663 INFO [STDOUT] (OFS.INITIALISE.SOURCE) : SWIFT
12:15:44,785 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
12:15:44,786 WARN [JBossMessageProducer] JBoss Messaging does not support disabling message ID generation
Kindly advise how to overcome this warning.
Thanks,
Jasmine
Please Log in or Create an account to join the conversation.
- Valleyman1
- Visitor
10 years 2 months ago #16350
by Valleyman1
Replied by Valleyman1 on topic Warning Alerts on JBoss Console
Can you send the whole warning message from the logs files also and provide the version of Jboss you are using also. The message being displayed comes from JBossMessageProducer.
68 // MessageProducer implementation --------------------------------
69
70 public void setDisableMessageID(boolean value) throws JMSException
71 {
72 log.warn("JBoss Messaging does not support disabling message ID generation");
73
74 delegate.setDisableMessageID(value);
75 }
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds