This is what I get for the table queue in question.

mysql> describe queue;
+------------+-----------------+------+-----+---------+-------+
| Field      | Type            | Null | Key | Default | Extra |
+------------+-----------------+------+-----+---------+-------+
| NAME       | varchar(32)     | NO   | PRI | DEFAULT |       | 
| NEXT_ENTRY | int(7) unsigned | NO   |     | 0       |       | 
| ENTRY_INCR | int(7) unsigned | NO   |     | 10      |       | 
+------------+-----------------+------+-----+---------+-------+
3 rows in set (0.09 sec)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091737#4091737

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091737
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to