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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...