Re: MySQL column MSG format

2014-04-21 Thread HubbaBubba
in a tag, I can extract the message details from the LongBLOB as follows: select SUBSTRING_INDEX(SUBSTRING_INDEX(MSG,'',1) from activemq_msgs; Cheers. -- View this message in context: http://activemq.2283324.n4.nabble.com/MySQL-column-MSG-format-tp4680378p4680435.html Sent from th

Re: MySQL column MSG format

2014-04-17 Thread artnaseef
ibly interfering with the operation of the messaging layer (not to mention creation of a circular dependency)? -- View this message in context: http://activemq.2283324.n4.nabble.com/MySQL-column-MSG-format-tp4680378p4680389.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: MySQL column MSG format

2014-04-17 Thread Gary Tully
; Em?W > > > I understand one can change the default MySQL column definition in newer > version of activeMQ via , but this is not > an option for me. I wonder if others have thought of another way? > > Thanks in advance. > > > > -- > View th

MySQL column MSG format

2014-04-16 Thread HubbaBubba
newer version of activeMQ via , but this is not an option for me. I wonder if others have thought of another way? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/MySQL-column-MSG-format-tp4680378.html Sent from the ActiveMQ - User mailing list archi